net472/VMware.Sdk.Nsx.Policy.Cmdlets.dll-Help.xml
<?xml version="1.0" encoding="us-ascii"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CloneRole</command:name> <command:verb>Invoke</command:verb> <command:noun>CloneRole</command:noun> <maml:description> <maml:para>Clone an already present role</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The role with id &lt;role&gt; is cloned and the new id, name and description are the ones provided in the request body. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CloneRole</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NewRole</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NewRole</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NewRole</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NewRole</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NewRole</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NewRole</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NewRole</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$NewRole = Initialize-NewRole -NewRoleId "MyNewRoleId" -NewRoleName "MyNewRoleName" -NewRoleDescription "MyNewRoleDescription" Invoke-CloneRole -role "role_example" -newRole $newRole </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CloneRole with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$NewRole = Initialize-NewRole -NewRoleId "MyNewRoleId" -NewRoleName "MyNewRoleName" Invoke-CloneRole -role "role_example" -newRole $newRole </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CloneRole with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-NewRole</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateAuthenticatedSession</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateAuthenticatedSession</command:noun> <maml:description> <maml:para>Authenticate and create a session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Authenticates using the given username and password. If successful, the HTTP response headers will contain a Set-Cookie header and an X-XSRF-TOKEN header. Both of these headers should be sent with subsequent API requests.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateAuthenticatedSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionAuthenticationCredentials</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionAuthenticationCredentials</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionAuthenticationCredentials</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionAuthenticationCredentials</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionAuthenticationCredentials</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionAuthenticationCredentials</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SessionAuthenticationCredentials = Initialize-SessionAuthenticationCredentials -JUsername "MyJUsername" -JPassword "MyJPassword" Invoke-CreateAuthenticatedSession -sessionAuthenticationCredentials $sessionAuthenticationCredentials </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAuthenticatedSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SessionAuthenticationCredentials = Initialize-SessionAuthenticationCredentials -JUsername "MyJUsername" -JPassword "MyJPassword" Invoke-CreateAuthenticatedSession -sessionAuthenticationCredentials $sessionAuthenticationCredentials </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAuthenticatedSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SessionAuthenticationCredentials</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateRole</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateRole</command:noun> <maml:description> <maml:para>Update custom role</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new role with id as &lt;role&gt; if there does not exist any role with id &lt;role&gt;, else updates the existing role. Permissions for features marked is_internal as true will be ignored if provided in request payload. These features' permission are set internally. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateRole</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Custom role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleWithFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Custom role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleWithFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleWithFeatures = Initialize-RoleWithFeatures Invoke-CreateOrUpdateRole -role "role_example" -roleWithFeatures $roleWithFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRole with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleWithFeatures = Initialize-RoleWithFeatures Invoke-CreateOrUpdateRole -role "role_example" -roleWithFeatures $roleWithFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRole with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleWithFeatures</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateRoleBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateRoleBinding</command:noun> <maml:description> <maml:para>Assign roles to User or Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API is used to assign a user/group any role(s) of choice. It is recommended to use the new property roles_for_paths instead of roles. When using the roles_for_paths, set the read_roles_for_paths as true. User has union of all the roles assigned to it on a particular path and its sub-tree. User name is dealt case-insensitively. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateRoleBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateRoleBinding -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateRoleBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateRoleBinding -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateRoleBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleBinding</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteAllStaleRoleBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteAllStaleRoleBindings</command:noun> <maml:description> <maml:para>Delete all stale role assignments</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete all stale role assignments</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteAllStaleRoleBindings</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteAllStaleRoleBindings -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAllStaleRoleBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteAllStaleRoleBindings </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAllStaleRoleBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteRole</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteRole</command:noun> <maml:description> <maml:para>Delete custom role</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a role is assigned to a role binding then the deletion of the role is not allowed. Precanned roles cannot be deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteRole</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Custom role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Custom role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteRole -role "role_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRole with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteRole -role "role_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRole with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteRoleBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteRoleBinding</command:noun> <maml:description> <maml:para>Delete user/group's roles assignment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the user/group's role assignment. If the path is provided then deletes only the roles_for_paths that matches the path. If path is provided for the last roles_for_paths then the whole role binding is deleted provided it is not that of a local user. For deleting multiple paths, please provide semi-colon ';' separated paths in the request parameter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteRoleBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBinding -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBinding -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DestroyAuthenticatedSession</command:name> <command:verb>Invoke</command:verb> <command:noun>DestroyAuthenticatedSession</command:noun> <maml:description> <maml:para>Destroy an authenticated session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Unauthenticates and makes the provided session cookie invalid. The set-cookie and x-xsrf-token headers obtained from an earlier call to /api/session/create should be provided in the HTTP headers of this request.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DestroyAuthenticatedSession</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DestroyAuthenticatedSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DestroyAuthenticatedSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DestroyAuthenticatedSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DestroyAuthenticatedSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetAllRoleBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>GetAllRoleBindings</command:noun> <maml:description> <maml:para>Get all users and groups with their roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all users and groups with their roles. If the root_path is provided then only return role bindings that start-with or are sub-trees of the provided root path. Also filter the roles_for_paths such that only those roles_for_paths appear that start-with or are sub-tree of the provided root path. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetAllRoleBindings</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBindingListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetAllRoleBindings -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAllRoleBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetAllRoleBindings </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAllRoleBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetAllRolesInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetAllRolesInfo</command:noun> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetAllRolesInfo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetAllRolesInfo -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -scope "ROOT" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAllRolesInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetAllRolesInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAllRolesInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetCurrentUserInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetCurrentUserInfo</command:noun> <maml:description> <maml:para>Get the name and role information of the user.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API will return the name and role information of the user invoking this API request. This API is available for all NSX users no matter their authentication method (Local account, VIDM, LDAP etc). The permissions parameter of the NsxRole has been deprecated. The request parameter root_path has been introduced for multi-tenancy to get user's role at any path that the user desires. The response will contain the roles_for_paths to indicate roles at various paths. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetCurrentUserInfo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProvideFlatListing</maml:name> <maml:Description> <maml:para>Whether the output provides flat listing of all roles at each level or not</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProvideFlatListing</maml:name> <maml:Description> <maml:para>Whether the output provides flat listing of all roles at each level or not</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.UserInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetCurrentUserInfo -provideFlatListing $false -rootPath "rootPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetCurrentUserInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetCurrentUserInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetCurrentUserInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetGroupVidmSearchResult</command:name> <command:verb>Invoke</command:verb> <command:noun>GetGroupVidmSearchResult</command:noun> <maml:description> <maml:para>Get all the User Groups where vIDM display name matches the search key case insensitively. The search key is checked to be a substring of display name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the group of interest more characters need to be entered.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all the User Groups where vIDM display name matches the search key case insensitively. The search key is checked to be a substring of display name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the group of interest more characters need to be entered. <br> vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetGroupVidmSearchResult</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VidmInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetGroupVidmSearchResult -searchString "searchString_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetGroupVidmSearchResult with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetGroupVidmSearchResult -searchString "searchString_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetGroupVidmSearchResult with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRoleBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRoleBinding</command:noun> <maml:description> <maml:para>Get user/group's role information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get user/group's role information</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRoleBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRoleBinding -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRoleBinding -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRoleInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRoleInfo</command:noun> <maml:description> <maml:para>Get role information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get role information</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRoleInfo</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleWithFeatures</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRoleInfo -role "role_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRoleInfo -role "role_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetUserVidmSearchResult</command:name> <command:verb>Invoke</command:verb> <command:noun>GetUserVidmSearchResult</command:noun> <maml:description> <maml:para>Get all the users from vIDM whose userName, givenName or familyName matches the search key case insensitively. The search key is checked to be a substring of name or given name or family name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user of interest more characters need to be entered.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all the users from vIDM whose userName, givenName or familyName matches the search key case insensitively. The search key is checked to be a substring of name or given name or family name. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user of interest more characters need to be entered. <br> vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetUserVidmSearchResult</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VidmInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetUserVidmSearchResult -searchString "searchString_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetUserVidmSearchResult with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetUserVidmSearchResult -searchString "searchString_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetUserVidmSearchResult with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVidmSearchResult</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVidmSearchResult</command:noun> <maml:description> <maml:para>Get all the users and groups from vIDM matching the search key case insensitively. The search key is checked to be a substring of name or given name or family name of user and display name of group. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user/group of interest more characters need to be entered.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all the users and groups from vIDM matching the search key case insensitively. The search key is checked to be a substring of name or given name or family name of user and display name of group. This is a non paginated API. This API will return as many results that vIDM returns to NSX during the search query. vIDM may not send all results at once so to zero in on the user/group of interest more characters need to be entered. <br> vIDM is deprecated by vIDB. Use API POST /api/v1/trust-management/oidc-uris/{id}/search.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVidmSearchResult</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SearchString</maml:name> <maml:Description> <maml:para>Search string to search for. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VidmInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVidmSearchResult -searchString "searchString_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVidmSearchResult with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVidmSearchResult -searchString "searchString_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVidmSearchResult with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListFeatures</command:name> <command:verb>Invoke</command:verb> <command:noun>ListFeatures</command:noun> <maml:description> <maml:para>List RBAC features</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the RBAC features and their properties. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListFeatures</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FeaturePermissionListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListFeatures with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListFeatures with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRolesInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRolesInfo</command:noun> <maml:description> <maml:para>Get information about all roles with features and their permissions</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about all roles with features and their permissions</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRolesInfo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleWithFeaturesListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRolesInfo -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRolesInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateRoleAssignmentConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateRoleAssignmentConfig</command:noun> <maml:description> <maml:para>Set role assignment permission configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Provides a means to allow or disallow project administrators and VPC administrators to assign roles to other users on projects and VPCs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateRoleAssignmentConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>role id (either \"project_admin\" or \"vpc_admin\")</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleAssignmentPermissionConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleAssignmentPermissionConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleAssignmentPermissionConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>role id (either \"project_admin\" or \"vpc_admin\")</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleAssignmentPermissionConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleAssignmentPermissionConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleAssignmentPermissionConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleAssignmentPermissionConfig = Initialize-RoleAssignmentPermissionConfig -AllowRoleAssignment $false Invoke-UpdateRoleAssignmentConfig -role "role_example" -roleAssignmentPermissionConfig $roleAssignmentPermissionConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateRoleAssignmentConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleAssignmentPermissionConfig = Initialize-RoleAssignmentPermissionConfig Invoke-UpdateRoleAssignmentConfig -role "role_example" -roleAssignmentPermissionConfig $roleAssignmentPermissionConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateRoleAssignmentConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleAssignmentPermissionConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateRoleBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateRoleBinding</command:noun> <maml:description> <maml:para>Update User or Group's roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API is used to update a user/group any role(s) of choice. It is recommended to use the new property roles_for_paths instead of roles. When using the roles_for_paths, set the read_roles_for_paths as true. User has union of all the roles assigned to it on a particular path and its sub-tree. User name is dealt case-insensitively. This API will merge the existing roles_for_paths with the newly provided roles_for_paths excluding roles_for_paths those are marked for deletion. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateRoleBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>User/Group's id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-UpdateRoleBinding -bindingId "bindingId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateRoleBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-UpdateRoleBinding -bindingId "bindingId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateRoleBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleBinding</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ValidateAndRecommendPermissions</command:name> <command:verb>Invoke</command:verb> <command:noun>ValidateAndRecommendPermissions</command:noun> <maml:description> <maml:para>Validate a new feature permission set</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Validate the permissions of an incoming role. Also, recommend the permissions which need to be corrected. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ValidateAndRecommendPermissions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FeaturePermissionArray</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FeaturePermissionArray</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FeaturePermissionArray</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FeaturePermissionArray</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FeaturePermissionArray</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FeaturePermissionArray</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RecommendedFeaturePermissionListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FeaturePermission = Initialize-FeaturePermission -Feature "MyFeature" -FeatureName "MyFeatureName" -FeatureDescription "MyFeatureDescription" -Permission "crud" -IsInternal $false -IsExecuteRecommended $false $FeaturePermissionArray = Initialize-FeaturePermissionArray -FeaturePermissions $FeaturePermission Invoke-ValidateAndRecommendPermissions -featurePermissionArray $featurePermissionArray </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ValidateAndRecommendPermissions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FeaturePermission = Initialize-FeaturePermission -Feature "MyFeature" -Permission "crud" $FeaturePermissionArray = Initialize-FeaturePermissionArray -FeaturePermissions $FeaturePermission Invoke-ValidateAndRecommendPermissions -featurePermissionArray $featurePermissionArray </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ValidateAndRecommendPermissions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FeaturePermissionArray</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode</command:noun> <maml:description> <maml:para>Get current status of maintenance mode for Analytics agents</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get current status of maintenance mode for Analytics agents</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetAnalyticsAgentMaintenanceMode with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode</command:noun> <maml:description> <maml:para>Activate/deactivate maintenance mode for Analytics agents</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Activate/deactivate maintenance mode for Analytics agents</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnalyticsMaintenanceMode</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnalyticsMaintenanceMode</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AnalyticsMaintenanceMode</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$AnalyticsMaintenanceMode = Initialize-AnalyticsMaintenanceMode -Enable $false -AgentErrorMessage "MyAgentErrorMessage" Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode -orgId "orgId_example" -projectId "projectId_example" -analyticsMaintenanceMode $analyticsMaintenanceMode </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$AnalyticsMaintenanceMode = Initialize-AnalyticsMaintenanceMode -Enable $false Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode -orgId "orgId_example" -projectId "projectId_example" -analyticsMaintenanceMode $analyticsMaintenanceMode </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateAnalyticsAgentMaintenanceMode with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-AnalyticsMaintenanceMode</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetApiServiceConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>GetApiServiceConfig</command:noun> <maml:description> <maml:para>Read API service properties</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the configuration of the NSX API service. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetApiServiceConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetApiServiceConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetApiServiceConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetApiServiceConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetApiServiceConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateApiServiceConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateApiServiceConfig</command:noun> <maml:description> <maml:para>Update API service properties</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the configuration of the NSX API service. Changes are applied to all nodes in the cluster. The API service on each node will restart after it is updated using this API. There may be a delay of up to a minute or so between the time this API call completes and when the new configuration goes into effect.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateApiServiceConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApiServiceConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApiServiceConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ApiServiceConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ApiServiceConfig = Initialize-ApiServiceConfig Invoke-UpdateApiServiceConfig -apiServiceConfig $apiServiceConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateApiServiceConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ApiServiceConfig = Initialize-ApiServiceConfig Invoke-UpdateApiServiceConfig -apiServiceConfig $apiServiceConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateApiServiceConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ApiServiceConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ConfigureBackupConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>ConfigureBackupConfig</command:noun> <maml:description> <maml:para>Configure backup</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configure file server and timers for automated backup. If secret fields are omitted (password, passphrase) then use the previously set value. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ConfigureBackupConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BackupConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>Site ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BackupConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>Site ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$BackupSchedule = Initialize-BackupSchedule -ResourceType "WeeklyBackupSchedule" $FileTransferAuthenticationScheme = Initialize-FileTransferAuthenticationScheme -SchemeName "PASSWORD" -Username "MyUsername" -Password "MyPassword" -IdentityFile "MyIdentityFile" $FileTransferProtocol = Initialize-FileTransferProtocol -ProtocolName "sftp" -SshFingerprint "MySshFingerprint" -AuthenticationScheme $FileTransferAuthenticationScheme $RemoteFileServer = Initialize-RemoteFileServer -Server "MyServer" -Port 0 -Protocol $FileTransferProtocol -DirectoryPath "MyDirectoryPath" $BackupConfiguration = Initialize-BackupConfiguration -BackupEnabled $false -BackupSchedule $BackupSchedule -InventorySummaryInterval 0 -AfterInventoryUpdateInterval 0 -RemoteFileServer $RemoteFileServer -Passphrase "MyPassphrase" Invoke-ConfigureBackupConfig -backupConfiguration $backupConfiguration -frameType "GLOBAL_MANAGER" -siteId "\"localhost\"" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ConfigureBackupConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$BackupConfiguration = Initialize-BackupConfiguration Invoke-ConfigureBackupConfig -backupConfiguration $backupConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ConfigureBackupConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-BackupConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ConfigureRestoreConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>ConfigureRestoreConfig</command:noun> <maml:description> <maml:para>Deprecated. Configure Restore SFTP server credentials</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Configure file server where the backed-up files used for the Restore operation are available. <br> Please use API /cluster/backups/config, to configure remote file server(where backed-up files are stored) details during restore.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ConfigureRestoreConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RestoreConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RestoreConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FileTransferAuthenticationScheme = Initialize-FileTransferAuthenticationScheme -SchemeName "PASSWORD" -Username "MyUsername" -Password "MyPassword" -IdentityFile "MyIdentityFile" $FileTransferProtocol = Initialize-FileTransferProtocol -ProtocolName "sftp" -SshFingerprint "MySshFingerprint" -AuthenticationScheme $FileTransferAuthenticationScheme $RemoteFileServer = Initialize-RemoteFileServer -Server "MyServer" -Port 0 -Protocol $FileTransferProtocol -DirectoryPath "MyDirectoryPath" $RestoreConfiguration = Initialize-RestoreConfiguration -RemoteFileServer $RemoteFileServer -Passphrase "MyPassphrase" Invoke-ConfigureRestoreConfig -restoreConfiguration $restoreConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ConfigureRestoreConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FileTransferAuthenticationScheme = Initialize-FileTransferAuthenticationScheme -SchemeName "PASSWORD" -Username "MyUsername" $FileTransferProtocol = Initialize-FileTransferProtocol -ProtocolName "sftp" -SshFingerprint "MySshFingerprint" -AuthenticationScheme $FileTransferAuthenticationScheme $RemoteFileServer = Initialize-RemoteFileServer -Server "MyServer" -Protocol $FileTransferProtocol -DirectoryPath "MyDirectoryPath" $RestoreConfiguration = Initialize-RestoreConfiguration -RemoteFileServer $RemoteFileServer Invoke-ConfigureRestoreConfig -restoreConfiguration $restoreConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ConfigureRestoreConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RestoreConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetBackupConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>GetBackupConfig</command:noun> <maml:description> <maml:para>Get backup configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a configuration of a file server and timers for automated backup. Fields that contain secrets (password, passphrase) are not returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetBackupConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetBackupConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetBackupConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetBackupHistory</command:name> <command:verb>Invoke</command:verb> <command:noun>GetBackupHistory</command:noun> <maml:description> <maml:para>Get backup history</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get history of previous backup operations </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetBackupHistory</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupOperationHistory</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetBackupHistory </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupHistory with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetBackupHistory </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupHistory with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetBackupOverview</command:name> <command:verb>Invoke</command:verb> <command:noun>GetBackupOverview</command:noun> <maml:description> <maml:para>Get all backup related information for a site</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a configuration of a file server, timers for automated backup, latest backup status, backups list for a site. Fields that contain secrets (password, passphrase) are not returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetBackupOverview</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShowBackupsList</maml:name> <maml:Description> <maml:para>Need a list of backups</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>true</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>UUID of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShowBackupsList</maml:name> <maml:Description> <maml:para>Need a list of backups</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>true</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>UUID of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BackupOverview</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetBackupOverview -cursor "cursor_example" -frameType "GLOBAL_MANAGER" -includedFields "includedFields_example" -pageSize 1000L -showBackupsList $true -siteId "\"localhost\"" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupOverview with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetBackupOverview </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupOverview with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetBackupStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetBackupStatus</command:noun> <maml:description> <maml:para>Get backup status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get status of active backup operations </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetBackupStatus</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.CurrentBackupOperationStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetBackupStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetBackupStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetBackupStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRestoreConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRestoreConfig</command:noun> <maml:description> <maml:para>Get Restore configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get configuration information for the file server used to store backed-up files. Fields that contain secrets (password, passphrase) are not returned. <br> Deprecated. Please use API /cluster/backups/config, to get remote file server(where backed-up files are stored) details durign restore. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRestoreConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RestoreConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRestoreConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRestoreConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRestoreConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRestoreConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSshFingerprintOfServer</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSshFingerprintOfServer</command:noun> <maml:description> <maml:para>Get ssh fingerprint of remote(backup) server</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSshFingerprintOfServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RemoteServerFingerprintRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteServerFingerprintRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteServerFingerprintRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RemoteServerFingerprintRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RemoteServerFingerprintRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteServerFingerprintRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RemoteServerFingerprint</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RemoteServerFingerprintRequest = Initialize-RemoteServerFingerprintRequest -Server "MyServer" -Port 0 Invoke-GetSshFingerprintOfServer -remoteServerFingerprintRequest $remoteServerFingerprintRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSshFingerprintOfServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RemoteServerFingerprintRequest = Initialize-RemoteServerFingerprintRequest -Server "MyServer" Invoke-GetSshFingerprintOfServer -remoteServerFingerprintRequest $remoteServerFingerprintRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSshFingerprintOfServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RemoteServerFingerprintRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RequestOnetimeBackup</command:name> <command:verb>Invoke</command:verb> <command:noun>RequestOnetimeBackup</command:noun> <maml:description> <maml:para>Request one-time backup</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Request one-time backup. The backup will be uploaded using the same server configuration as for automatic backup. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RequestOnetimeBackup</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>Site ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FrameType</maml:name> <maml:Description> <maml:para>Frame type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>LOCAL_LOCAL_MANAGER</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SiteId</maml:name> <maml:Description> <maml:para>Site ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"localhost"</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-RequestOnetimeBackup -frameType "GLOBAL_MANAGER" -siteId "\"localhost\"" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RequestOnetimeBackup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-RequestOnetimeBackup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RequestOnetimeBackup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RequestOnetimeInventorySummary</command:name> <command:verb>Invoke</command:verb> <command:noun>RequestOnetimeInventorySummary</command:noun> <maml:description> <maml:para>Request one-time inventory summary.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Request one-time inventory summary. The backup will be uploaded using the same server configuration as for an automatic backup. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RequestOnetimeInventorySummary</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-RequestOnetimeInventorySummary </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RequestOnetimeInventorySummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-RequestOnetimeInventorySummary </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RequestOnetimeInventorySummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RegisterBatchRequest</command:name> <command:verb>Invoke</command:verb> <command:noun>RegisterBatchRequest</command:noun> <maml:description> <maml:para>Register a Collection of API Calls at a Single End Point</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Enables you to make multiple API requests using a single request. The batch API takes in an array of logical HTTP requests represented as JSON arrays. Each request has a method (GET, PUT, POST, or DELETE), a relative_url (the portion of the URL after https://&lt;nsx-mgr&gt;/api/), optional headers array (corresponding to HTTP headers) and an optional body (for POST and PUT requests). The batch API returns an array of logical HTTP responses represented as JSON arrays. Each response has a status code, an optional headers array and an optional body (which is a JSON-encoded string). The batch API is not supported for any of the policy multi-tenancy related APIs. The multi-tenancy APIs start with the path /orgs/<org-id>/projects/<project-id>/ This API is deprecated. Instead, use the hierarchical API in the NSX-T policy API. <br> Support for batched operations will be removed from a future NSX release. For policy APIs, use the hierarchical API to submit a set of updates as a single operation. For other APIs, submit the operations as individual REST API calls.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RegisterBatchRequest</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BatchRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BatchRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BatchRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Atomic</maml:name> <maml:Description> <maml:para>Ignored (transactional atomicity flag)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BatchRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BatchRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BatchRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Atomic</maml:name> <maml:Description> <maml:para>Ignored (transactional atomicity flag)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BatchResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$BatchRequestItem = Initialize-BatchRequestItem -Uri "MyUri" -Method "GET" -Body 0 $BatchRequest = Initialize-BatchRequest -Requests $BatchRequestItem -ContinueOnError $false Invoke-RegisterBatchRequest -batchRequest $batchRequest -atomic $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RegisterBatchRequest with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$BatchRequest = Initialize-BatchRequest Invoke-RegisterBatchRequest -batchRequest $batchRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RegisterBatchRequest with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-BatchRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AddClusterNodeVM</command:name> <command:verb>Invoke</command:verb> <command:noun>AddClusterNodeVM</command:noun> <maml:description> <maml:para>Deploy and register a cluster node VM</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deploys a cluster node VM as specified by the deployment config. Once the VM is deployed and powered on, it will automatically join the existing cluster. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AddClusterNodeVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AddClusterNodeVMInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AddClusterNodeVMInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AddClusterNodeVMInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AddClusterNodeVMInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AddClusterNodeVMInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AddClusterNodeVMInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequestList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>"CONTROLLER" $NodeUserSettings = Initialize-NodeUserSettings -CliUsername "MyCliUsername" -CliPassword "MyCliPassword" -RootPassword "MyRootPassword" -AuditUsername "MyAuditUsername" -AuditPassword "MyAuditPassword" $ClusterNodeVMDeploymentConfig = Initialize-ClusterNodeVMDeploymentConfig -PlacementType "VsphereClusterNodeVMDeploymentConfig" $ClusterNodeVMDeploymentRequest = Initialize-ClusterNodeVMDeploymentRequest -VmId "MyVmId" -Roles "CONTROLLER" -FormFactor "SMALL" -UserSettings $NodeUserSettings -DeploymentConfig $ClusterNodeVMDeploymentConfig $ClusteringConfig = Initialize-ClusteringConfig -ClusteringType "ControlClusteringConfig" $AddClusterNodeVMInfo = Initialize-AddClusterNodeVMInfo -DeploymentRequests $ClusterNodeVMDeploymentRequest -ClusteringConfig $ClusteringConfig Invoke-AddClusterNodeVM -addClusterNodeVMInfo $addClusterNodeVMInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddClusterNodeVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>"CONTROLLER" $ClusterNodeVMDeploymentConfig = Initialize-ClusterNodeVMDeploymentConfig -PlacementType "VsphereClusterNodeVMDeploymentConfig" $ClusterNodeVMDeploymentRequest = Initialize-ClusterNodeVMDeploymentRequest -Roles "CONTROLLER" -DeploymentConfig $ClusterNodeVMDeploymentConfig $AddClusterNodeVMInfo = Initialize-AddClusterNodeVMInfo -DeploymentRequests $ClusterNodeVMDeploymentRequest Invoke-AddClusterNodeVM -addClusterNodeVMInfo $addClusterNodeVMInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddClusterNodeVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-AddClusterNodeVMInfo</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteAutoDeployedClusterNodeVM</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteAutoDeployedClusterNodeVM</command:noun> <maml:description> <maml:para>Attempt to delete an auto-deployed cluster node VM</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempts to unregister and undeploy a specified auto-deployed cluster node VM. If it is a member of a cluster, then the VM will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the VM is not found, cleans up the deployment information associated with the deployment attempt. Note: If a VM has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the VM is successfully deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteAutoDeployedClusterNodeVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ForceDelete</maml:name> <maml:Description> <maml:para>Delete by force</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ForceDelete</maml:name> <maml:Description> <maml:para>Delete by force</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteAutoDeployedClusterNodeVM -nodeId "nodeId_example" -forceDelete $true </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAutoDeployedClusterNodeVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteAutoDeployedClusterNodeVM -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAutoDeployedClusterNodeVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRepoSyncStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRepoSyncStatus</command:noun> <maml:description> <maml:para>Synchronizes the repository data between nsx managers.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the synchronization status for the manager represented by given &lt;node-id&gt;. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRepoSyncStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RepoSyncStatusReport</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRepoSyncStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRepoSyncStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRepoSyncStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRepoSyncStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListClusterNodeVMDeploymentRequests</command:name> <command:verb>Invoke</command:verb> <command:noun>ListClusterNodeVMDeploymentRequests</command:noun> <maml:description> <maml:para>Returns info for all cluster node VM auto-deployment attempts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns request information for every attempted deployment of a cluster node VM. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListClusterNodeVMDeploymentRequests</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequestList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListClusterNodeVMDeploymentRequests </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListClusterNodeVMDeploymentRequests with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListClusterNodeVMDeploymentRequests </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListClusterNodeVMDeploymentRequests with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PerformRepoSync</command:name> <command:verb>Invoke</command:verb> <command:noun>PerformRepoSync</command:noun> <maml:description> <maml:para>Synchronizes the repository data between nsx managers.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempts to synchronize the repository partition on nsx manager. Repository partition contains packages required for the install and upgrade of nsx components.Normally there is no need to call this API explicitely by the user. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PerformRepoSync</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-PerformRepoSync </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PerformRepoSync with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-PerformRepoSync </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PerformRepoSync with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadClusterNodeVMDeploymentRequest</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadClusterNodeVMDeploymentRequest</command:noun> <maml:description> <maml:para>Returns info for a cluster-node VM auto-deployment attempt</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns deployment request information for a specific attempted deployment of a cluster node VM. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadClusterNodeVMDeploymentRequest</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentRequest</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadClusterNodeVMDeploymentRequest -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadClusterNodeVMDeploymentRequest with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadClusterNodeVMDeploymentRequest -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadClusterNodeVMDeploymentRequest with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadClusterNodeVMDeploymentStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadClusterNodeVMDeploymentStatus</command:noun> <maml:description> <maml:para>Returns the status of the VM creation/deletion</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the current deployment or undeployment status for a VM along with any other relevant current information, such as error messages. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadClusterNodeVMDeploymentStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterNodeVMDeploymentStatusReport</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadClusterNodeVMDeploymentStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadClusterNodeVMDeploymentStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadClusterNodeVMDeploymentStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadClusterNodeVMDeploymentStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AdvanceClusterRestore</command:name> <command:verb>Invoke</command:verb> <command:noun>AdvanceClusterRestore</command:noun> <maml:description> <maml:para>Advance any suspended restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Advance any currently suspended restore operation. The operation might have been suspended because (1) the user had suspended it previously, or (2) the operation is waiting for user input, to be provided as a part of the POST request body. This operation is only valid when a GET cluster/restore/status returns a status with value SUSPENDED. Otherwise, a 409 response is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AdvanceClusterRestore</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AdvanceClusterRestoreRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AdvanceClusterRestoreRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AdvanceClusterRestoreRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SelectableResourceReference = Initialize-SelectableResourceReference -TargetId "MyTargetId" -TargetDisplayName "MyTargetDisplayName" -TargetType "MyTargetType" -IsValid $false $AdvanceClusterRestoreInput = Initialize-AdvanceClusterRestoreInput -Id "MyId" -Resources $SelectableResourceReference $AdvanceClusterRestoreRequest = Initialize-AdvanceClusterRestoreRequest -Data $AdvanceClusterRestoreInput Invoke-AdvanceClusterRestore -advanceClusterRestoreRequest $advanceClusterRestoreRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AdvanceClusterRestore with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SelectableResourceReference = Initialize-SelectableResourceReference $AdvanceClusterRestoreInput = Initialize-AdvanceClusterRestoreInput -Resources $SelectableResourceReference $AdvanceClusterRestoreRequest = Initialize-AdvanceClusterRestoreRequest -Data $AdvanceClusterRestoreInput Invoke-AdvanceClusterRestore -advanceClusterRestoreRequest $advanceClusterRestoreRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AdvanceClusterRestore with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-AdvanceClusterRestoreRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CancelClusterRestore</command:name> <command:verb>Invoke</command:verb> <command:noun>CancelClusterRestore</command:noun> <maml:description> <maml:para>Cancel any running restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This operation is only valid when a restore is in suspended state. The UI user can cancel any restore operation when the restore is suspended either due to an error, or for a user input. The API user would need to monitor the progression of a restore by calling periodically \"/api/v1/cluster/restore/status\" API. The response object (ClusterRestoreStatus), contains a field \"endpoints\". The API user can cancel the restore process if 'cancel' action is shown in the endpoint field. This operation is only valid when a GET cluster/restore/status returns a status with value SUSPENDED. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CancelClusterRestore</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-CancelClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CancelClusterRestore with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-CancelClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CancelClusterRestore with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-InitiateClusterRestore</command:name> <command:verb>Invoke</command:verb> <command:noun>InitiateClusterRestore</command:noun> <maml:description> <maml:para>Initiate a restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Start the restore of an NSX cluster, from some previously backed-up configuration. This operation is only valid when a GET cluster/restore/status returns a status with value NOT_STARTED. Otherwise, a 409 response is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-InitiateClusterRestore</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InitiateClusterRestoreRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.InitiateClusterRestoreRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InitiateClusterRestoreRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InitiateClusterRestoreRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.InitiateClusterRestoreRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InitiateClusterRestoreRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$InitiateClusterRestoreRequest = Initialize-InitiateClusterRestoreRequest -NodeId "MyNodeId" -Timestamp 0 -IpAddress "MyIpAddress" -Ipv6Address "MyIpv6Address" Invoke-InitiateClusterRestore -initiateClusterRestoreRequest $initiateClusterRestoreRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-InitiateClusterRestore with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$InitiateClusterRestoreRequest = Initialize-InitiateClusterRestoreRequest Invoke-InitiateClusterRestore -initiateClusterRestoreRequest $initiateClusterRestoreRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-InitiateClusterRestore with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-InitiateClusterRestoreRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListClusterBackupTimestamps</command:name> <command:verb>Invoke</command:verb> <command:noun>ListClusterBackupTimestamps</command:noun> <maml:description> <maml:para>List timestamps of all available Cluster Backups.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns timestamps for all backup files that are available on the SFTP server. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListClusterBackupTimestamps</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterBackupInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListClusterBackupTimestamps -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListClusterBackupTimestamps with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListClusterBackupTimestamps </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListClusterBackupTimestamps with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRestoreInstructionResources</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRestoreInstructionResources</command:noun> <maml:description> <maml:para>List resources for a given instruction, to be shown to/executed by users. </maml:para> </maml:description> </command:details> <maml:description> <maml:para>For restore operations requiring user input e.g. performing an action, accepting/rejecting an action, etc. the information to be conveyed to users is provided in this call. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRestoreInstructionResources</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InstructionId</maml:name> <maml:Description> <maml:para>Id of the instruction set whose instructions are to be returned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InstructionId</maml:name> <maml:Description> <maml:para>Id of the instruction set whose instructions are to be returned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ActionableResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRestoreInstructionResources -instructionId "instructionId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRestoreInstructionResources with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRestoreInstructionResources -instructionId "instructionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRestoreInstructionResources with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RetryClusterRestore</command:name> <command:verb>Invoke</command:verb> <command:noun>RetryClusterRestore</command:noun> <maml:description> <maml:para>Retry any failed restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retry any currently in-progress, failed restore operation. Only the last step of the multi-step restore operation would have failed,and only that step is retried. This operation is only valid when a GET cluster/restore/status returns a status with value FAILED. Otherwise, a 409 response is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RetryClusterRestore</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-RetryClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetryClusterRestore with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-RetryClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetryClusterRestore with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RetryClusterRestoreWithUpdatedConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>RetryClusterRestoreWithUpdatedConfig</command:noun> <maml:description> <maml:para>Retry any failed restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retry currently failed restore operation due to incorrect passphrase. User needs to call this api after passphrase is corrected in Backup config. This operation is only valid when a GET cluster/restore/status returns a status with value FAILED. Otherwise, a 409 response is returned. Calling this api without passphrase update will result in restore failure due to bad passphrase. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RetryClusterRestoreWithUpdatedConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-RetryClusterRestoreWithUpdatedConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetryClusterRestoreWithUpdatedConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-RetryClusterRestoreWithUpdatedConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetryClusterRestoreWithUpdatedConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-SuspendClusterRestore</command:name> <command:verb>Invoke</command:verb> <command:noun>SuspendClusterRestore</command:noun> <maml:description> <maml:para>Suspend any running restore operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Suspend any currently running restore operation. The restore operation is made up of a number of steps. When this call is issued, any currently running step is allowed to finish (successfully or with errors), and the next step (and therefore the entire restore operation) is suspended until a subsequent resume or cancel call is issued. This operation is only valid when a GET cluster/restore/status returns a status with value RUNNING. Otherwise, a 409 response is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-SuspendClusterRestore</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ClusterRestoreStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-SuspendClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SuspendClusterRestore with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-SuspendClusterRestore </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SuspendClusterRestore with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadManagementConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadManagementConfig</command:noun> <maml:description> <maml:para>Read NSX Management nodes global configuration.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the NSX Management nodes global configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadManagementConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ManagementConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadManagementConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadManagementConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadManagementConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadManagementConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateManagementConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateManagementConfig</command:noun> <maml:description> <maml:para>Update NSX Management nodes global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Modifies the NSX Management nodes global configuration.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateManagementConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ManagementConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ManagementConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ManagementConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ManagementConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ManagementConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ManagementConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ManagementConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ManagementConfig = Initialize-ManagementConfig Invoke-UpdateManagementConfig -managementConfig $managementConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateManagementConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ManagementConfig = Initialize-ManagementConfig Invoke-UpdateManagementConfig -managementConfig $managementConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateManagementConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ManagementConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain</command:noun> <maml:description> <maml:para>Deletes a security policy from this domain</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes the security policy along with all the rules </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule</command:noun> <maml:description> <maml:para>Delete rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete rule</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics</command:noun> <maml:description> <maml:para>Get rule statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a rule. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics</command:noun> <maml:description> <maml:para>Get security policy statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a security policy. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSecurityPolicyStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain</command:noun> <maml:description> <maml:para>List security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all security policies for a domain. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includeRuleCount $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityPoliciesForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSecurityRules</command:noun> <maml:description> <maml:para>List rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List rules</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSecurityRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain</command:noun> <maml:description> <maml:para>Patch security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the security policy for a domain. If a security policy for the given security-policy-id is not present, the object will get created and if it is present it will be updated. This is a full replace. Performance Note: If you want to edit several rules in a security policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule</command:noun> <maml:description> <maml:para>Patch a rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the rule. If Rule corresponding to the the given rule-id is not present, the object will get created and if it is present it will be updated. This is a full replace. Performance Note: If you want to edit several rules in a security policy, prefer below mentioned API for optimal performance. Pass all the rules which you wish to edit as embedded rules to it. Use this API - PATCH (or PUT) /infra/domains/&lt;domain-id&gt;/security-policies/&lt;security-policy-id&gt; </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain</command:noun> <maml:description> <maml:para>Read security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read security policy for a domain. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSecurityRule</command:noun> <maml:description> <maml:para>Read rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read rule</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies</command:noun> <maml:description> <maml:para>Revise the positioning of security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to set a precedence of a security policy w.r.t others. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule</command:noun> <maml:description> <maml:para>Revise the positioning of rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to re-order a rule within a security policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain</command:noun> <maml:description> <maml:para>Create or Update security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Update the security policy for a domain. This is a full replace. All the rules are replaced. Performance Note: If you want to edit several rules in a security policy, use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule</command:noun> <maml:description> <maml:para>Create or update a rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the rule. Create new rule if a rule with the rule-id is not already present. Performance Note: If you wish to edit several rules in a security policy, prefer below mentioned API for optimal performance. Pass all the rules which you wish to edit as embedded rules to it. Use this API - PATCH (or PUT) /infra/domains/&lt;domain-id&gt;/security-policies/&lt;security-policy-id&gt; </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AcceptEULA</command:name> <command:verb>Invoke</command:verb> <command:noun>AcceptEULA</command:noun> <maml:description> <maml:para>Accept end user license agreement </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Accept end user license agreement </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AcceptEULA</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-AcceptEULA </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AcceptEULA with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-AcceptEULA </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AcceptEULA with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetEULAAcceptance</command:name> <command:verb>Invoke</command:verb> <command:noun>GetEULAAcceptance</command:noun> <maml:description> <maml:para>Return the acceptance status of end user license agreement </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return the acceptance status of end user license agreement </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetEULAAcceptance</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EULAAcceptance</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetEULAAcceptance </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetEULAAcceptance with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetEULAAcceptance </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetEULAAcceptance with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetEULAContent</command:name> <command:verb>Invoke</command:verb> <command:noun>GetEULAContent</command:noun> <maml:description> <maml:para>Return the content of end user license agreement </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return the content of end user license agreement in the specified format. By default, it's pure string without line break </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetEULAContent</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ValueFormat</maml:name> <maml:Description> <maml:para>End User License Agreement content output format</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ValueFormat</maml:name> <maml:Description> <maml:para>End User License Agreement content output format</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EULAContent</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetEULAContent -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -valueFormat "valueFormat_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetEULAContent with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetEULAContent </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetEULAContent with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetErrorResolverInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetErrorResolverInfo</command:noun> <maml:description> <maml:para>Fetches metadata about the given error_id</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns some metadata about the given error_id. This includes information of whether there is a resolver present for the given error_id and its associated user input data </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetErrorResolverInfo</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ErrorId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ErrorId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetErrorResolverInfo -errorId "errorId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetErrorResolverInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetErrorResolverInfo -errorId "errorId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetErrorResolverInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListErrorResolverInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>ListErrorResolverInfo</command:noun> <maml:description> <maml:para>Fetches a list of metadata for all the registered error resolvers</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a list of metadata for all the error resolvers registered. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListErrorResolverInfo</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverInfoList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListErrorResolverInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListErrorResolverInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListErrorResolverInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListErrorResolverInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ResolveError</command:name> <command:verb>Invoke</command:verb> <command:noun>ResolveError</command:noun> <maml:description> <maml:para>Resolves the error</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Invokes the corresponding error resolver for the given error(s) present in the payload </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ResolveError</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ErrorResolverMetadataList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadataList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadataList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ErrorResolverMetadataList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadataList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ErrorResolverMetadataList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ErrorResolverUserInputData = Initialize-ErrorResolverUserInputData -PropertyName "MyPropertyName" -DataType "TEXT" -PropertyValue "MyPropertyValue" $ErrorResolverUserMetadata = Initialize-ErrorResolverUserMetadata -UserInputList $ErrorResolverUserInputData $ErrorResolverSystemMetadata = Initialize-ErrorResolverSystemMetadata -Value "MyValue" $ErrorResolverMetadata = Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId "MyEntityId" -UserMetadata $ErrorResolverUserMetadata -SystemMetadata $ErrorResolverSystemMetadata $ErrorResolverMetadataList = Initialize-ErrorResolverMetadataList -Errors $ErrorResolverMetadata Invoke-ResolveError -errorResolverMetadataList $errorResolverMetadataList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ResolveError with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ErrorResolverMetadata = Initialize-ErrorResolverMetadata -ErrorId 0 -EntityId "MyEntityId" $ErrorResolverMetadataList = Initialize-ErrorResolverMetadataList -Errors $ErrorResolverMetadata Invoke-ResolveError -errorResolverMetadataList $errorResolverMetadataList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ResolveError with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ErrorResolverMetadataList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetFlowDetails</command:name> <command:verb>Invoke</command:verb> <command:noun>GetFlowDetails</command:noun> <maml:description> <maml:para>Get monitoring info</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Provides federation monitoring information, which includes all config flows originating from the site where API is invoked. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetFlowDetails</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy path of the Site object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy path of the Site object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MonitoringInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetFlowDetails -sitePath "sitePath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetFlowDetails with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetFlowDetails </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetFlowDetails with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetGmOperationalState</command:name> <command:verb>Invoke</command:verb> <command:noun>GetGmOperationalState</command:noun> <maml:description> <maml:para>Get Global Managed operational state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Global Manager operation state includes the current status, switchover status of global manager nodes if any, errors if any and consolidated status of the operation. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetGmOperationalState</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GmOperationalState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetGmOperationalState </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetGmOperationalState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetGmOperationalState </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetGmOperationalState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ManagementPlaneHealth</command:name> <command:verb>Invoke</command:verb> <command:noun>ManagementPlaneHealth</command:noun> <maml:description> <maml:para>Get health stats for policy and the dependent services.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get health stats for policy and the dependent services. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ManagementPlaneHealth</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Object</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ManagementPlaneHealth </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ManagementPlaneHealth with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ManagementPlaneHealth </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ManagementPlaneHealth with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry</command:noun> <maml:description> <maml:para>Create L7 Access Profile entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create L7 Access Profile entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L7AccessEntry = Initialize-L7AccessEntry Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" -l7AccessEntry $l7AccessEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L7AccessEntry = Initialize-L7AccessEntry Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" -l7AccessEntry $l7AccessEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L7AccessEntry</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile</command:noun> <maml:description> <maml:para>Update L7 Access Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update L7 Access Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L7AccessProfile = Initialize-L7AccessProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessProfile $l7AccessProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L7AccessProfile = Initialize-L7AccessProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessProfile $l7AccessProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateL7AccessProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L7AccessProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry</command:noun> <maml:description> <maml:para>Delete L7 Access Profile entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete L7 Access Profile entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile</command:noun> <maml:description> <maml:para>Delete L7 Access Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete L7 Access Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteL7AccessProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile</command:noun> <maml:description> <maml:para>Get L7 Access Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get L7 Access Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetL7AccessProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries</command:noun> <maml:description> <maml:para>List l7 access profile entries</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all l7 access profiles entries</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntryListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessEntries with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes</command:noun> <maml:description> <maml:para>List Policy L7 access profile supported attributes and sub-attributes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns supported attribute and sub-attributes for specified attribute key with their supported values, if provided in query/request parameter, else will fetch all supported attributes and sub-attributes for all supported attribute keys. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes -orgId "orgId_example" -projectId "projectId_example" -attributeKey "attributeKey_example" -attributeSource "ALL" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfileProfileSupportedAttributes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles</command:noun> <maml:description> <maml:para>List l7 access Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all l7 access Profiles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeEntryCount</maml:name> <maml:Description> <maml:para>Include the count of entries in L7 Profile</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeEntryCount</maml:name> <maml:Description> <maml:para>Include the count of entries in L7 Profile</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeEntryCount $false -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListL7AccessProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry</command:noun> <maml:description> <maml:para>Create or update L7 Access Profile entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create/update L7 Access Profile entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L7AccessEntry = Initialize-L7AccessEntry Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" -l7AccessEntry $l7AccessEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L7AccessEntry = Initialize-L7AccessEntry Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" -l7AccessEntry $l7AccessEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L7AccessEntry</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile</command:noun> <maml:description> <maml:para>Create or update L7 Access Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create/update L7 Access Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>L7 Access Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>L7 Access Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L7AccessProfile = Initialize-L7AccessProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessProfile $l7AccessProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L7AccessProfile = Initialize-L7AccessProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessProfile $l7AccessProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchL7AccessProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L7AccessProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry</command:noun> <maml:description> <maml:para>Read L7 Access Profile entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Friewall L7 Access Profile entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L7AccessEntryId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L7AccessEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry -orgId "orgId_example" -projectId "projectId_example" -l7AccessProfileId "l7AccessProfileId_example" -l7AccessEntryId "l7AccessEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadL7AccessEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateLdapIdentitySource</command:noun> <maml:description> <maml:para>Create or update an LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new LDAP identity source or update the configuration of an existing LDAP identity source. You may wish to verify the new configuration using the POST /aaa/ldap-identity-sources?action=probe API before creating or changing the configuration. Note that if you are using LDAP on an active and standby NSX-T Global Manager in a federated environment, you must use the same name for your LDAP identity sources on the active and standby Global Managers.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LdapIdentitySource = Initialize-LdapIdentitySource Invoke-CreateOrUpdateLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" -ldapIdentitySource $ldapIdentitySource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LdapIdentitySource = Initialize-LdapIdentitySource Invoke-CreateOrUpdateLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" -ldapIdentitySource $ldapIdentitySource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LdapIdentitySource</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteLdapIdentitySource</command:noun> <maml:description> <maml:para>Delete an LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete an LDAP identity source. Users defined in that source will no longer be able to access NSX.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-FetchIdentitySourceLdapServerCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>FetchIdentitySourceLdapServerCertificate</command:noun> <maml:description> <maml:para>Fetch the server certificate of an LDAP server</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempt to connect to an LDAP server and retrieve the server certificate it presents.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-FetchIdentitySourceLdapServerCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceLdapServerEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServerEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServerEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceLdapServerEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServerEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServerEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PeerCertificateChain</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdentitySourceLdapServerEndpoint = Initialize-IdentitySourceLdapServerEndpoint -Url "MyUrl" -UseStarttls $false Invoke-FetchIdentitySourceLdapServerCertificate -identitySourceLdapServerEndpoint $identitySourceLdapServerEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-FetchIdentitySourceLdapServerCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdentitySourceLdapServerEndpoint = Initialize-IdentitySourceLdapServerEndpoint -Url "MyUrl" Invoke-FetchIdentitySourceLdapServerCertificate -identitySourceLdapServerEndpoint $identitySourceLdapServerEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-FetchIdentitySourceLdapServerCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdentitySourceLdapServerEndpoint</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListLdapIdentitySources</command:name> <command:verb>Invoke</command:verb> <command:noun>ListLdapIdentitySources</command:noun> <maml:description> <maml:para>List LDAP identity sources</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return a list of all configured LDAP identity sources.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListLdapIdentitySources</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListLdapIdentitySources -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListLdapIdentitySources with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListLdapIdentitySources </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListLdapIdentitySources with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ProbeConfiguredLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>ProbeConfiguredLdapIdentitySource</command:noun> <maml:description> <maml:para>Test the configuration of an existing LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempt to connect to an existing LDAP identity source and report any errors encountered.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ProbeConfiguredLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySourceProbeResults</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ProbeConfiguredLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeConfiguredLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ProbeConfiguredLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeConfiguredLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ProbeIdentitySourceLdapServer</command:name> <command:verb>Invoke</command:verb> <command:noun>ProbeIdentitySourceLdapServer</command:noun> <maml:description> <maml:para>Test an LDAP server</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempt to connect to an LDAP server and ensure that the server can be contacted using the given URL and authentication credentials.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ProbeIdentitySourceLdapServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceLdapServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceLdapServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdentitySourceLdapServerProbeResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdentitySourceLdapServer = Initialize-IdentitySourceLdapServer -Url "MyUrl" -UseStarttls $false -Certificates "MyCertificates" -BindIdentity "MyBindIdentity" -Password "MyPassword" -Enabled $false Invoke-ProbeIdentitySourceLdapServer -identitySourceLdapServer $identitySourceLdapServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeIdentitySourceLdapServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdentitySourceLdapServer = Initialize-IdentitySourceLdapServer -Url "MyUrl" Invoke-ProbeIdentitySourceLdapServer -identitySourceLdapServer $identitySourceLdapServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeIdentitySourceLdapServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdentitySourceLdapServer</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ProbeUnconfiguredLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>ProbeUnconfiguredLdapIdentitySource</command:noun> <maml:description> <maml:para>Probe an LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Verify that the configuration of an LDAP identity source is correct before actually creating the source.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ProbeUnconfiguredLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySourceProbeResults</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LdapIdentitySource = Initialize-LdapIdentitySource Invoke-ProbeUnconfiguredLdapIdentitySource -ldapIdentitySource $ldapIdentitySource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeUnconfiguredLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LdapIdentitySource = Initialize-LdapIdentitySource Invoke-ProbeUnconfiguredLdapIdentitySource -ldapIdentitySource $ldapIdentitySource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ProbeUnconfiguredLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LdapIdentitySource</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadLdapIdentitySource</command:noun> <maml:description> <maml:para>Read a single LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return details about one LDAP identity source</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySource</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-SearchLdapIdentitySource</command:name> <command:verb>Invoke</command:verb> <command:noun>SearchLdapIdentitySource</command:noun> <maml:description> <maml:para>Search the LDAP identity source</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Search the LDAP identity source for users and groups that match the given filter_value. In most cases, the LDAP source performs a case-insensitive search.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-SearchLdapIdentitySource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterValue</maml:name> <maml:Description> <maml:para>Search filter value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LdapIdentitySourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterValue</maml:name> <maml:Description> <maml:para>Search filter value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LdapIdentitySourceSearchResultList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-SearchLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" -filterValue "filterValue_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SearchLdapIdentitySource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-SearchLdapIdentitySource -ldapIdentitySourceId "ldapIdentitySourceId_example" -filterValue "filterValue_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SearchLdapIdentitySource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent</command:noun> <maml:description> <maml:para>Create Metrics agent intent resource</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create Metrics agent intent resource</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MetricsAgent</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MetricsAgent</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MetricsAgent</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MetricsAgent</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MetricsAgent</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MetricsAgent</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MetricsAgent</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MetricsAgent = Initialize-MetricsAgent Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent -orgId "orgId_example" -projectId "projectId_example" -metricsAgent $metricsAgent </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MetricsAgent = Initialize-MetricsAgent Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent -orgId "orgId_example" -projectId "projectId_example" -metricsAgent $metricsAgent </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateMetricsAgent with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MetricsAgent</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent</command:noun> <maml:description> <maml:para>Fetch current Metric agent config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Fetch current Metric agent config</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MetricsAgent</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMetricsAgent with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateDeploymentInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateDeploymentInfo</command:noun> <maml:description> <maml:para>Create or update deployment information.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is an API called by VCF to store or update deployment information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateDeploymentInfo</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NSXManagerDeploymentInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NSXManagerDeploymentInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$NSXManagerDeploymentInfo = Initialize-NSXManagerDeploymentInfo Invoke-CreateDeploymentInfo -nSXManagerDeploymentInfo $nSXManagerDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateDeploymentInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$NSXManagerDeploymentInfo = Initialize-NSXManagerDeploymentInfo Invoke-CreateDeploymentInfo -nSXManagerDeploymentInfo $nSXManagerDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateDeploymentInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-NSXManagerDeploymentInfo</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateDeploymentInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateDeploymentInfo</command:noun> <maml:description> <maml:para>Create or update deployment information.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is an API called by VCF to update stored deployment information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateDeploymentInfo</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NSXManagerDeploymentInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NSXManagerDeploymentInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$NSXManagerDeploymentInfo = Initialize-NSXManagerDeploymentInfo Invoke-CreateOrUpdateDeploymentInfo -nSXManagerDeploymentInfo $nSXManagerDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateDeploymentInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$NSXManagerDeploymentInfo = Initialize-NSXManagerDeploymentInfo Invoke-CreateOrUpdateDeploymentInfo -nSXManagerDeploymentInfo $nSXManagerDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateDeploymentInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-NSXManagerDeploymentInfo</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteDeploymentInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteDeploymentInfo</command:noun> <maml:description> <maml:para>Delete deployment information.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is an API called by VCF to delete deployment information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteDeploymentInfo</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteDeploymentInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteDeploymentInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetDeploymentInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetDeploymentInfo</command:noun> <maml:description> <maml:para>Get deployment information.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is an API called by VCF to get deployment information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetDeploymentInfo</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NSXManagerDeploymentInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetDeploymentInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetDeploymentInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetDeploymentInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateView</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateView</command:noun> <maml:description> <maml:para>Creates a new View.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new View. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateView</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>View</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.View</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>View</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.View</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$View = Initialize-View Invoke-CreateView -view $view </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateView with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$View = Initialize-View Invoke-CreateView -view $view </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateView with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-View</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateWidgetConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateWidgetConfiguration</command:noun> <maml:description> <maml:para>Creates a new Widget Configuration.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new Widget Configuration and adds it to the specified view. Supported resource_types are LabelValueConfiguration, DonutConfiguration, GridConfiguration, StatsConfiguration, MultiWidgetConfiguration, GraphConfiguration and ContainerConfiguration. Note: Expressions should be given in a single line. If an expression spans multiple lines, then form the expression in a single line. For label-value pairs, expressions are evaluated as follows: a. First, render configurations are evaluated in their order of appearance in the widget config. The 'field' is evaluated at the end. b. Second, when render configuration is provided then the order of evaluation is 1. If expressions provided in 'condition' and 'display value' are well-formed and free of runtime-errors such as 'null pointers' and evaluates to 'true'; Then remaining render configurations are not evaluated, and the current render configuration's 'display value' is taken as the final value. 2. If expression provided in 'condition' of render configuration is false, then next render configuration is evaluated. 3. Finally, 'field' is evaluated only when every render configuration evaluates to false and no error occurs during steps 1 and 2 above. If an error occurs during evaluation of render configuration, then an error message is shown. The display value corresponding to that label is not shown and evaluation of the remaining render configurations continues to collect and show all the error messages (marked with the 'Label' for identification) as 'Error_Messages: {}'. If during evaluation of expressions for any label-value pair an error occurs, then it is marked with error. The errors are shown in the report, along with the label value pairs that are error-free. Important: For elements that take expressions, strings should be provided by escaping them with a back-slash. These elements are - condition, field, tooltip text and render_configuration's display_value. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateWidgetConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$WidgetConfiguration = Initialize-WidgetConfiguration Invoke-CreateWidgetConfiguration -viewId "viewId_example" -widgetConfiguration $widgetConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateWidgetConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$WidgetConfiguration = Initialize-WidgetConfiguration Invoke-CreateWidgetConfiguration -viewId "viewId_example" -widgetConfiguration $widgetConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateWidgetConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-WidgetConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeletView</command:name> <command:verb>Invoke</command:verb> <command:noun>DeletView</command:noun> <maml:description> <maml:para>Delete View</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete View <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeletView</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeletView -viewId "viewId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeletView with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeletView -viewId "viewId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeletView with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteWidgetConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteWidgetConfiguration</command:noun> <maml:description> <maml:para>Delete Widget Configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Detaches widget from a given view. If the widget is no longer part of any view, then it will be purged. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteWidgetConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteWidgetConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteWidgetConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetView</command:name> <command:verb>Invoke</command:verb> <command:noun>GetView</command:noun> <maml:description> <maml:para>Returns View Information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns Information about a specific View. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetView</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetView -viewId "viewId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetView with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetView -viewId "viewId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetView with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetWidgetConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>GetWidgetConfiguration</command:noun> <maml:description> <maml:para>Returns Widget Configuration Information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns Information about a specific Widget Configuration. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetWidgetConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetWidgetConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetWidgetConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListViews</command:name> <command:verb>Invoke</command:verb> <command:noun>ListViews</command:noun> <maml:description> <maml:para>Returns the Views based on query criteria defined in ViewQueryParameters.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If no query params are specified then all the views entitled for the user are returned. The views to which a user is entitled to include the views created by the user and the shared views. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListViews</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>The tag for which associated views to be queried.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewIds</maml:name> <maml:Description> <maml:para>Ids of the Views</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetId</maml:name> <maml:Description> <maml:para>Id of widget configuration</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>The tag for which associated views to be queried.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewIds</maml:name> <maml:Description> <maml:para>Ids of the Views</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetId</maml:name> <maml:Description> <maml:para>Id of widget configuration</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ViewList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListViews -tag "tag_example" -viewIds "viewIds_example" -widgetId "widgetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListViews with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListViews </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListViews with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListWidgetConfigurations</command:name> <command:verb>Invoke</command:verb> <command:noun>ListWidgetConfigurations</command:noun> <maml:description> <maml:para>Returns the Widget Configurations based on query criteria defined in WidgetQueryParameters.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If no query params are specified then all the Widget Configurations of the specified view are returned. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListWidgetConfigurations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Container</maml:name> <maml:Description> <maml:para>Id of the container</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetIds</maml:name> <maml:Description> <maml:para>Ids of the WidgetConfigurations</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Container</maml:name> <maml:Description> <maml:para>Id of the container</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetIds</maml:name> <maml:Description> <maml:para>Ids of the WidgetConfigurations</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfigurationList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListWidgetConfigurations -viewId "viewId_example" -container "container_example" -widgetIds "widgetIds_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListWidgetConfigurations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListWidgetConfigurations -viewId "viewId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListWidgetConfigurations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateView</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateView</command:noun> <maml:description> <maml:para>Update View</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update View <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateView</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>View</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.View</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>View</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.View</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.View</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$View = Initialize-View Invoke-UpdateView -viewId "viewId_example" -view $view </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateView with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$View = Initialize-View Invoke-UpdateView -viewId "viewId_example" -view $view </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateView with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-View</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateWidgetConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateWidgetConfiguration</command:noun> <maml:description> <maml:para>Update Widget Configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Updates the widget at the given view. If the widget is referenced by other views, then the widget will be updated in all the views that it is part of. <br> This API is deprecated and will be unavailable in later releases.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateWidgetConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ViewId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetconfigurationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>WidgetConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.WidgetConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$WidgetConfiguration = Initialize-WidgetConfiguration Invoke-UpdateWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" -widgetConfiguration $widgetConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateWidgetConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$WidgetConfiguration = Initialize-WidgetConfiguration Invoke-UpdateWidgetConfiguration -viewId "viewId_example" -widgetconfigurationId "widgetconfigurationId_example" -widgetConfiguration $widgetConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateWidgetConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-WidgetConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteMpsServiceDeployment</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteMpsServiceDeployment</command:noun> <maml:description> <maml:para>Remove service deployment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove the service deployment. This will remove all the Service VMs that were created as part of this deployment on the specified cluster. User can optionally set force delete option which will force remove the deployment, but should be used only when the regular delete is not working. Regular delete will ensure proper cleanup of Service VMs and related objects. Directly calling this API without trying regular undeploy will result in unexpected results, and orphan objects. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteMpsServiceDeployment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteMpsServiceDeployment -computeCollectionId "computeCollectionId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteMpsServiceDeployment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteMpsServiceDeployment -computeCollectionId "computeCollectionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteMpsServiceDeployment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeployMpsService</command:name> <command:verb>Invoke</command:verb> <command:noun>DeployMpsService</command:noun> <maml:description> <maml:para>Deploys a the Malware Prevention Service on the specified compute-collection</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This will deploy the Malware Prevention Service on a given cluster. Internally OVF will be deployed on each host that is part of the cluster. If there are no issues in the parameters, the call returns immediately, and the service VMs will be deployed asynchronously. To get the overall status of the deployment or to get the status of individual service vm, please use the MPS deployment status APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeployMpsService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MpsSvmDeploymentSpec</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MpsSvmDeploymentSpec</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MpsSvmDeploymentSpec = Initialize-MpsSvmDeploymentSpec Invoke-DeployMpsService -computeCollectionId "computeCollectionId_example" -mpsSvmDeploymentSpec $mpsSvmDeploymentSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeployMpsService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MpsSvmDeploymentSpec = Initialize-MpsSvmDeploymentSpec Invoke-DeployMpsService -computeCollectionId "computeCollectionId_example" -mpsSvmDeploymentSpec $mpsSvmDeploymentSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeployMpsService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MpsSvmDeploymentSpec</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMpsComputeCollectionStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMpsComputeCollectionStatus</command:noun> <maml:description> <maml:para>Get status for MPS Compute collection.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns current status of the deployment of MPS Service on a given cluster. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMpsComputeCollectionStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsComputeCollectionStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMpsComputeCollectionStatus -computeCollectionId "computeCollectionId_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsComputeCollectionStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMpsComputeCollectionStatus -computeCollectionId "computeCollectionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsComputeCollectionStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMpsDeploymentSpec</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMpsDeploymentSpec</command:noun> <maml:description> <maml:para>List OVF specifications</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List OVF specifications</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMpsDeploymentSpec</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsOvfSpecListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMpsDeploymentSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsDeploymentSpec with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMpsDeploymentSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsDeploymentSpec with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMpsServiceDeployment</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMpsServiceDeployment</command:noun> <maml:description> <maml:para>Get the Malware Prevention Service deployment on the specified compute-collection</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns detail of the Malware Prevention Service deployment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMpsServiceDeployment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmDeploymentSpec</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMpsServiceDeployment -computeCollectionId "computeCollectionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsServiceDeployment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMpsServiceDeployment -computeCollectionId "computeCollectionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsServiceDeployment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMpsTransportNodeStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMpsTransportNodeStatus</command:noun> <maml:description> <maml:para>Get status for MPS Transport Node.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns current status of the deployment of MPS Service on a transport node. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMpsTransportNodeStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsTransportNodeStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMpsTransportNodeStatus -transportNodeId "transportNodeId_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsTransportNodeStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMpsTransportNodeStatus -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMpsTransportNodeStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-MpsChangeAppliance</command:name> <command:verb>Invoke</command:verb> <command:noun>MpsChangeAppliance</command:noun> <maml:description> <maml:para>Upgrade all VMs part of this service deployment to new OVF specification on the given datastore.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If new deployment specification is provided, the deployment will be moved to the provided specification provided that current deployment state is either UPGRADE_FAILED or DEPLOYMENT_SUCCESSFUL If same deployment specification is provided, upgrade will be done only if current deployment state is UPGRADE_FAILED If the existing data store is upgraded or changed, there is an optional parameter to supply the new storage Id during upgrade which would perform the deployment upgrade on the new data store </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-MpsChangeAppliance</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MpsSvmNewApplianceSpec</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmNewApplianceSpec</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmNewApplianceSpec</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComputeCollectionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MpsSvmNewApplianceSpec</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MpsSvmNewApplianceSpec</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MpsSvmNewApplianceSpec</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MpsSvmNewApplianceSpec = Initialize-MpsSvmNewApplianceSpec -DeploymentSpecName "MyDeploymentSpecName" -StorageId "MyStorageId" Invoke-MpsChangeAppliance -computeCollectionId "computeCollectionId_example" -mpsSvmNewApplianceSpec $mpsSvmNewApplianceSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MpsChangeAppliance with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MpsSvmNewApplianceSpec = Initialize-MpsSvmNewApplianceSpec -DeploymentSpecName "MyDeploymentSpecName" Invoke-MpsChangeAppliance -computeCollectionId "computeCollectionId_example" -mpsSvmNewApplianceSpec $mpsSvmNewApplianceSpec </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MpsChangeAppliance with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MpsSvmNewApplianceSpec</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateMalwarePreventionTeaserRegistrationUrl</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateMalwarePreventionTeaserRegistrationUrl</command:noun> <maml:description> <maml:para>Registration URL</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Registration URL.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateMalwarePreventionTeaserRegistrationUrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Region</maml:name> <maml:Description> <maml:para>Region</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Region</maml:name> <maml:Description> <maml:para>Region</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MalwarePreventionTeaserRegistrationURL</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-CreateMalwarePreventionTeaserRegistrationUrl -region "region_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateMalwarePreventionTeaserRegistrationUrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-CreateMalwarePreventionTeaserRegistrationUrl -region "region_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateMalwarePreventionTeaserRegistrationUrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-MalwarePreventionTeaserCheckStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>MalwarePreventionTeaserCheckStatus</command:noun> <maml:description> <maml:para>Registration status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Registration status.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-MalwarePreventionTeaserCheckStatus</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MalwarePreventionTeaserRegistrationStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-MalwarePreventionTeaserCheckStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MalwarePreventionTeaserCheckStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-MalwarePreventionTeaserCheckStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MalwarePreventionTeaserCheckStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-MalwarePreventionTeaserListRegions</command:name> <command:verb>Invoke</command:verb> <command:noun>MalwarePreventionTeaserListRegions</command:noun> <maml:description> <maml:para>List available regions</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List available regions.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-MalwarePreventionTeaserListRegions</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MalwarePreventionTeaserRegionsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-MalwarePreventionTeaserListRegions </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MalwarePreventionTeaserListRegions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-MalwarePreventionTeaserListRegions </dev:code> <dev:remarks> <maml:para>Invoking Invoke-MalwarePreventionTeaserListRegions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GlobalInfraPatchInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>GlobalInfraPatchInfra</command:noun> <maml:description> <maml:para>Update the infra including all the nested entities</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree. Hierarchical API supports up to 5000 intent creation on LM and 1000 on GM. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GlobalInfraPatchInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-GlobalInfraPatchInfra -infra $infra -enforceRevisionCheck $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraPatchInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-GlobalInfraPatchInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraPatchInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GlobalInfraReadInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>GlobalInfraReadInfra</command:noun> <maml:description> <maml:para>Read infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read infra. Returns only the infra related properties. Inner object are not populated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GlobalInfraReadInfra</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GlobalInfraReadInfra -basePath "basePath_example" -filter "filter_example" -typeFilter "typeFilter_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraReadInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GlobalInfraReadInfra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraReadInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GlobalInfraUpdateInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>GlobalInfraUpdateInfra</command:noun> <maml:description> <maml:para>Update the infra object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Updates only the single infra object. This does not allow hierarchical updates of entities. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GlobalInfraUpdateInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-GlobalInfraUpdateInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraUpdateInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-GlobalInfraUpdateInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GlobalInfraUpdateInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers</command:noun> <maml:description> <maml:para>Add or Remove external id based members from/to a Group </maml:para> </maml:description> </command:details> <maml:description> <maml:para>It will add or remove the specified members having external ID for a given expression of a group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupMemberList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupMemberList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupMemberList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupMemberList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GroupMemberList = Initialize-GroupMemberList -Members "MyMembers" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -groupMemberList $groupMemberList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GroupMemberList = Initialize-GroupMemberList -Members "MyMembers" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -groupMemberList $groupMemberList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupExternalIDMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GroupMemberList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses</command:noun> <maml:description> <maml:para>Add or Remove IP Addresses from/to a Group </maml:para> </maml:description> </command:details> <maml:description> <maml:para>It will add or remove the specified IP Addresses from a given expression of a group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPAddressList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddressList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddressList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPAddressList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddressList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddressList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPAddressList = Initialize-IPAddressList -IpAddresses "MyIpAddresses" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -iPAddressList $iPAddressList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPAddressList = Initialize-IPAddressList -IpAddresses "MyIpAddresses" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -iPAddressList $iPAddressList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupIPAddresses with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPAddressList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses</command:noun> <maml:description> <maml:para>Add or Remove MAC Addresses from/to a Group </maml:para> </maml:description> </command:details> <maml:description> <maml:para>It will add or remove the specified MAC Addresses from a given expression of a group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MACAddressList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MACAddressList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MACAddressList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MACAddressList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MACAddressList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MACAddressList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MACAddressList = Initialize-MACAddressList -MacAddresses "MyMacAddresses" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -mACAddressList $mACAddressList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MACAddressList = Initialize-MACAddressList -MacAddresses "MyMacAddresses" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -mACAddressList $mACAddressList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupMACAddresses with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MACAddressList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers</command:noun> <maml:description> <maml:para>Add or Remove path based members from/to a Group </maml:para> </maml:description> </command:details> <maml:description> <maml:para>It will add or remove the specified members having path for a given expression of a group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupMemberList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupMemberList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove group members.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupMemberList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupMemberList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GroupMemberList = Initialize-GroupMemberList -Members "MyMembers" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -groupMemberList $groupMemberList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GroupMemberList = Initialize-GroupMemberList -Members "MyMembers" Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -action "add" -groupMemberList $groupMemberList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddorRemoveGroupPathMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GroupMemberList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroup</command:noun> <maml:description> <maml:para>Delete Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the group with group_id under domain domain_id. The force query parameter supported on the API is deprecated. Usage of the force query parameter does not alter the behaviour of the API. The API just ignores the force parameter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FailIfSubtreeExists</maml:name> <maml:Description> <maml:para>Do not delete if the group subtree has any entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FailIfSubtreeExists</maml:name> <maml:Description> <maml:para>Do not delete if the group subtree has any entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -failIfSubtreeExists $false -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression</command:noun> <maml:description> <maml:para>Delete Group External ID Expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Group External ID Expression</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>ExternalIDExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>ExternalIDExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupExternalIDExpression with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression</command:noun> <maml:description> <maml:para>Delete Group IPAddressExpression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Group IPAddressExpression</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>IPAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>IPAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupIPAddressExpression with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression</command:noun> <maml:description> <maml:para>Delete Group MACAddressExpression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Group MACAddressExpression</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>MACAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>MACAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupMACAddressExpression with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression</command:noun> <maml:description> <maml:para>Delete Group Path Expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Group Path Expression</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>PathExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>PathExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupPathExpression with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry</command:noun> <maml:description> <maml:para>Delete Service entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Service entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant</command:noun> <maml:description> <maml:para>Delete Service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Service</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteServiceForTenant with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup</command:noun> <maml:description> <maml:para>Get member types for a given Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>It retrieves member types for a given group. In case of nested groups, it calculates member types of child groups as well. Considers member type for members added via static members and dynamic membership criteria. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberTypeListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMemberTypesForGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDomainForInfra</command:noun> <maml:description> <maml:para>List domains for infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all domains for infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DomainListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDomainForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListGroupForDomain</command:noun> <maml:description> <maml:para>List Groups for a domain</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List Groups for a domain. Groups can be filtered using member_types query parameter, which returns the groups that contains the specified member types. Multiple member types can be provided as comma separated values. The API also return groups having member type that are subset of provided member_types. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MemberTypes</maml:name> <maml:Description> <maml:para>Comma Separated Member types</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MemberTypes</maml:name> <maml:Description> <maml:para>Comma Separated Member types</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -memberTypes "memberTypes_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListServiceEntries</command:noun> <maml:description> <maml:para>List Service entries for the given service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of Service entries for the given service </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntryListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListServiceEntries with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListServicesForTenant</command:noun> <maml:description> <maml:para>List Services for infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of Services for infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DefaultService</maml:name> <maml:Description> <maml:para>Fetch all default services</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DefaultService</maml:name> <maml:Description> <maml:para>Fetch all default services</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -defaultService $true -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListServicesForTenant with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig</command:noun> <maml:description> <maml:para>Update the connectivity global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the connectivity global configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchConnectivityGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig</command:noun> <maml:description> <maml:para>Update the global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the global configuration. <br> This rest routine is deprecated. Use /infra/connectivity-global-config for Connectivity global config and /infra/ops-global-config for Operations global config. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain</command:noun> <maml:description> <maml:para>Patch a group external ID expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group ExternalIDexpression with the expression-id is not already present, create a new ExternalIDexpresison. If it already exists, replace the existing ExternalIDexpression. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>ExternalIDExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalIDExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ExternalIDExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExternalIDExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>ExternalIDExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalIDExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ExternalIDExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExternalIDExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ExternalIDExpression = Initialize-ExternalIDExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -externalIDExpression $externalIDExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ExternalIDExpression = Initialize-ExternalIDExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -externalIDExpression $externalIDExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupExternalIDExpressionForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ExternalIDExpression</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain</command:noun> <maml:description> <maml:para>Patch a group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group with the group-id is not already present, create a new group. If it already exists, patch the group. Group created with Kubernetes membership criteria includes only Antrea reported inventory as its members. Once created, Groups with Identity (Directory) Group members should be updated with the new Distinguished Name in case it is changed on AD Server. Maximum of 500 malicious IP Groups (i.e Group with criteria having IPAddress equals All MALICIOUS_IP) should be created. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Group</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain</command:noun> <maml:description> <maml:para>Patch a group IP Address expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group IPAddressExpression with the expression-id is not already present, create a new IPAddressExpression. If it already exists, replace the existing IPAddressExpression. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>IPAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPAddressExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddressExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddressExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>IPAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPAddressExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPAddressExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPAddressExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPAddressExpression = Initialize-IPAddressExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -iPAddressExpression $iPAddressExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPAddressExpression = Initialize-IPAddressExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -iPAddressExpression $iPAddressExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupIPAddressExpressionForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPAddressExpression</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain</command:noun> <maml:description> <maml:para>Patch a group MAC Address expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group MACAddressExpression with the expression-id is not already present, create a new MACAddressExpression. If it already exists, replace the existing MACAddressExpression. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>MACAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MACAddressExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MACAddressExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MACAddressExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>MACAddressExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MACAddressExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MACAddressExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MACAddressExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MACAddressExpression = Initialize-MACAddressExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -mACAddressExpression $mACAddressExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MACAddressExpression = Initialize-MACAddressExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -mACAddressExpression $mACAddressExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupMACAddressExpressionForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MACAddressExpression</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain</command:noun> <maml:description> <maml:para>Patch a group path expression</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group path_expression with the expression-id is not already present, create a new pathexpresison. If it already exists, replace the existing pathexpression. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>PathExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PathExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PathExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExpressionId</maml:name> <maml:Description> <maml:para>PathExpression ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathExpression</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PathExpression</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PathExpression</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PathExpression = Initialize-PathExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -pathExpression $pathExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PathExpression = Initialize-PathExpression Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -expressionId "expressionId_example" -pathExpression $pathExpression </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupPathExpressionForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PathExpression</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfra</command:noun> <maml:description> <maml:para>Update the infra including all the nested entities</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree. Hierarchical API supports up to 5000 intent creation on LM and 1000 on GM. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra -orgId "orgId_example" -projectId "projectId_example" -infra $infra -enforceRevisionCheck $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra -orgId "orgId_example" -projectId "projectId_example" -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry</command:noun> <maml:description> <maml:para>Patch a ServiceEntry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a service entry with the service-entry-id is not already present, create a new service entry. If it already exists, patch the service entry. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceEntry = Initialize-ServiceEntry Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" -serviceEntry $serviceEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceEntry = Initialize-ServiceEntry Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" -serviceEntry $serviceEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceEntry</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant</command:noun> <maml:description> <maml:para>Patch a Service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new service if a service with the given ID does not already exist. Creates new service entries if populated in the service. If a service with the given ID already exists, patch the service including the nested service entries. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Service</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Service</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Service = Initialize-Service Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -service $service </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Service = Initialize-Service Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -service $service </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchServiceForTenant with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Service</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig</command:noun> <maml:description> <maml:para>Read the connectivity global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the connectivity global configuration </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadConnectivityGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra</command:noun> <maml:description> <maml:para>Read domain</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a domain. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Domain</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDomainForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig</command:noun> <maml:description> <maml:para>Read global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This rest routine is deprecated. Use /infra/connectivity-global-config for Connectivity global config and /infra/ops-global-config for Operations global config. Read global configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain</command:noun> <maml:description> <maml:para>Read group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read group</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGroupForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadInfra</command:noun> <maml:description> <maml:para>Read infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read infra. Returns only the infra related properties. Inner object are not populated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra -orgId "orgId_example" -projectId "projectId_example" -basePath "basePath_example" -filter "filter_example" -typeFilter "typeFilter_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadServiceEntry</command:noun> <maml:description> <maml:para>Service entry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Service entry</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant</command:noun> <maml:description> <maml:para>Read a service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a service</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadServiceForTenant with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig</command:noun> <maml:description> <maml:para>Update the connectivity global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the connectivity global configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateConnectivityGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig</command:noun> <maml:description> <maml:para>Update the global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This rest routine is deprecated. Use /infra/connectivity-global-config for Connectivity global config and /infra/ops-global-config for Operations global config. Update the global configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GlobalConfig = Initialize-GlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -globalConfig $globalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain</command:noun> <maml:description> <maml:para>Create or update a group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a group with the group-id is not already present, create a new group. If it already exists, update the group. Avoid creating groups with multiple MACAddressExpression and IPAddressExpression. In future releases, group will be restricted to contain a single MACAddressExpression and IPAddressExpression along with other expressions. To group IPAddresses or MACAddresses, use nested groups instead of multiple IPAddressExpressions/MACAddressExpression. Group created with Kubernetes membership criteria includes only Antrea reported inventory as its members. Once created, Groups with Identity (Directory) Group members should be updated with the new Distinguished Name in case it is changed on AD Server. Maximum of 500 malicious IP Groups (i.e Group with criteria having IPAddress equals All MALICIOUS_IP) should be created. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Group</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry</command:noun> <maml:description> <maml:para>Create or update a ServiceEntry</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a service entry with the service-entry-id is not already present, create a new service entry. If it already exists, update the service entry. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntryId</maml:name> <maml:Description> <maml:para>Service entry ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceEntry</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceEntry</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceEntry</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceEntry = Initialize-ServiceEntry Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" -serviceEntry $serviceEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceEntry = Initialize-ServiceEntry Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -serviceEntryId "serviceEntryId_example" -serviceEntry $serviceEntry </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceEntry with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceEntry</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant</command:noun> <maml:description> <maml:para>Create or update a Service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new service if a service with the given ID does not already exist. Creates new service entries if populated in the service. If a service with the given ID already exists, update the service including the nested service entries. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Service</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>Service ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Service</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Service</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Service</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Service = Initialize-Service Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -service $service </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Service = Initialize-Service Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant -orgId "orgId_example" -projectId "projectId_example" -serviceId "serviceId_example" -service $service </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateServiceForTenant with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Service</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig</command:noun> <maml:description> <maml:para>Update the constraint global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the constraint global configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ConstraintGlobalConfig = Initialize-ConstraintGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -constraintGlobalConfig $constraintGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ConstraintGlobalConfig = Initialize-ConstraintGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -constraintGlobalConfig $constraintGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrapatchConstraintGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ConstraintGlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig</command:noun> <maml:description> <maml:para>Update the global Operationconfiguration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the global Operationconfiguration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OpsGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OpsGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$OpsGlobalConfig = Initialize-OpsGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -opsGlobalConfig $opsGlobalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$OpsGlobalConfig = Initialize-OpsGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -opsGlobalConfig $opsGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrapatchOpsGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-OpsGlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig</command:noun> <maml:description> <maml:para>Update the constraint global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the constraint global configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ConstraintGlobalConfig = Initialize-ConstraintGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -constraintGlobalConfig $constraintGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ConstraintGlobalConfig = Initialize-ConstraintGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -constraintGlobalConfig $constraintGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraputConstraintGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ConstraintGlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig</command:noun> <maml:description> <maml:para>Update the global Operations Configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the global Operations Configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OpsGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OpsGlobalConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$OpsGlobalConfig = Initialize-OpsGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -opsGlobalConfig $opsGlobalConfig -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$OpsGlobalConfig = Initialize-OpsGlobalConfig Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -opsGlobalConfig $opsGlobalConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraputOpsGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-OpsGlobalConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig</command:noun> <maml:description> <maml:para>Read the constraint global configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the constraint global configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintGlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrareadConstraintGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig</command:noun> <maml:description> <maml:para>Read global Operations Configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read global Operations Configuration </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ApplyLocally</maml:name> <maml:Description> <maml:para>Flag to check reaching NSX+ or LM resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OpsGlobalConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" -applyLocally $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfrareadOpsGlobalConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchInfra</command:noun> <maml:description> <maml:para>Update the infra including all the nested entities</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch API at infra level can be used in two flavours 1. Like a regular API to update Infra object 2. Hierarchical API: To create/update/delete entire or part of intent hierarchy Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependencies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree. Hierarchical API supports up to 5000 intent creation on LM and 1000 on GM. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-PatchInfra -infra $infra -enforceRevisionCheck $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-PatchInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadInfra</command:noun> <maml:description> <maml:para>Read infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read infra. Returns only the infra related properties. Inner object are not populated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadInfra</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadInfra -basePath "basePath_example" -filter "filter_example" -typeFilter "typeFilter_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadInfra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateInfra</command:noun> <maml:description> <maml:para>Update the infra object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Updates only the single infra object. This does not allow hierarchical updates of entities. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-UpdateInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-UpdateInfra -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AddALBControllerNodeClusterConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>AddALBControllerNodeClusterConfig</command:noun> <maml:description> <maml:para>Set the cluster configuration for the Avi Load Balancer Controller node. The VIP can be set once. Attempting to change the VIP once set will return an error in case Avi Controllers are deployed.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Set the cluster configuration for Avi Load Balancer Controller cluster. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AddALBControllerNodeClusterConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerNodeVMClusterConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerNodeVMClusterConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMClusterConfig = Initialize-ALBControllerNodeVMClusterConfig Invoke-AddALBControllerNodeClusterConfig -aLBControllerNodeVMClusterConfig $aLBControllerNodeVMClusterConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddALBControllerNodeClusterConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMClusterConfig = Initialize-ALBControllerNodeVMClusterConfig Invoke-AddALBControllerNodeClusterConfig -aLBControllerNodeVMClusterConfig $aLBControllerNodeVMClusterConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddALBControllerNodeClusterConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerNodeVMClusterConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AddALBControllerNodeVM</command:name> <command:verb>Invoke</command:verb> <command:noun>AddALBControllerNodeVM</command:noun> <maml:description> <maml:para>Deploy and register a Avi Load Balancer Controller node</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deploys a Avi Load Balancer Controller node as specified by the deployment config. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AddALBControllerNodeVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AddALBControllerNodeVMInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AddALBControllerNodeVMInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AddALBControllerNodeVMInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AddALBControllerNodeVMInfo</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AddALBControllerNodeVMInfo</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AddALBControllerNodeVMInfo</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequestList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMDeploymentRequest = Initialize-ALBControllerNodeVMDeploymentRequest $AddALBControllerNodeVMInfo = Initialize-AddALBControllerNodeVMInfo -DeploymentRequests $ALBControllerNodeVMDeploymentRequest Invoke-AddALBControllerNodeVM -addALBControllerNodeVMInfo $addALBControllerNodeVMInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddALBControllerNodeVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMDeploymentRequest = Initialize-ALBControllerNodeVMDeploymentRequest $AddALBControllerNodeVMInfo = Initialize-AddALBControllerNodeVMInfo -DeploymentRequests $ALBControllerNodeVMDeploymentRequest Invoke-AddALBControllerNodeVM -addALBControllerNodeVMInfo $addALBControllerNodeVMInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AddALBControllerNodeVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-AddALBControllerNodeVMInfo</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteALBControllerNodeClusterConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteALBControllerNodeClusterConfig</command:noun> <maml:description> <maml:para>Delete the cluster configuration for the Avi Load Balancer Controller cluster configuration. If Avi Load Balancer Controllers are present delete will fail.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the cluster configuration for Avi Load Balancer Controller cluster. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteALBControllerNodeClusterConfig</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteALBControllerNodeClusterConfig -clusteringId "clusteringId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteALBControllerNodeClusterConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteALBControllerNodeClusterConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteALBControllerNodeClusterConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteAutoDeployedALBControllerNodeVM</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteAutoDeployedALBControllerNodeVM</command:noun> <maml:description> <maml:para>Attempt to delete an auto-deployed Avi Load Balancer Controller node</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Attempts to unregister and undeploy a specified auto-deployed cluster node. If it is a member of a cluster, then the node will be automatically detached from the cluster before being unregistered and undeployed. Alternatively, if the original deployment attempt failed or the node is not found, cleans up the deployment information associated with the deployment attempt. Note: If a node has been successfully auto-deployed, then the associated deployment information will not be deleted unless and until the node is successfully deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteAutoDeployedALBControllerNodeVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ForceDelete</maml:name> <maml:Description> <maml:para>Delete by force</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Inaccessible</maml:name> <maml:Description> <maml:para>Delete when controller is inaccessible</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ForceDelete</maml:name> <maml:Description> <maml:para>Delete by force</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Inaccessible</maml:name> <maml:Description> <maml:para>Delete when controller is inaccessible</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteAutoDeployedALBControllerNodeVM -nodeId "nodeId_example" -forceDelete $true -inaccessible "inaccessible_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAutoDeployedALBControllerNodeVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteAutoDeployedALBControllerNodeVM -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAutoDeployedALBControllerNodeVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListALBControllerClusterInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>ListALBControllerClusterInfo</command:noun> <maml:description> <maml:para>Returns information for Avi Load Balancer Controller cluster.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about Avi Load Balancer Controller cluster status </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListALBControllerClusterInfo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerClusterInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerClusterInfo -clusteringId "clusteringId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerClusterInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerClusterInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerClusterInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListALBControllerFormFactors</command:name> <command:verb>Invoke</command:verb> <command:noun>ListALBControllerFormFactors</command:noun> <maml:description> <maml:para>List available Avi Load Balancer Controller form factors</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about all form factors available for Avi Load Balancer Controller nodes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListALBControllerFormFactors</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AlbMajorVersion</maml:name> <maml:Description> <maml:para>Major release version of Avi Load Balancer Controller for which form factor details will be returned.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AlbMajorVersion</maml:name> <maml:Description> <maml:para>Major release version of Avi Load Balancer Controller for which form factor details will be returned.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeFormFactors</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerFormFactors -albMajorVersion "albMajorVersion_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerFormFactors with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerFormFactors </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerFormFactors with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListALBControllerNodeVMDeploymentRequests</command:name> <command:verb>Invoke</command:verb> <command:noun>ListALBControllerNodeVMDeploymentRequests</command:noun> <maml:description> <maml:para>Returns info for all Avi Load Balancer cluster node auto-deployment attempts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns request information for every attempted deployment of a Avi Load Balancer cluster node. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListALBControllerNodeVMDeploymentRequests</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>State</maml:name> <maml:Description> <maml:para>The current state of the Avi Load Balancer Controller node deployment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>State</maml:name> <maml:Description> <maml:para>The current state of the Avi Load Balancer Controller node deployment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequestList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerNodeVMDeploymentRequests -clusteringId "clusteringId_example" -state "DEPLOYED" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerNodeVMDeploymentRequests with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListALBControllerNodeVMDeploymentRequests </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListALBControllerNodeVMDeploymentRequests with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadALBControllerNodeClusterConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadALBControllerNodeClusterConfig</command:noun> <maml:description> <maml:para>Returns info for of the cluster configuration for the Avi Load Balancer Controller cluster</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns cluster configuration for the Avi Load Balancer Controller cluster. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadALBControllerNodeClusterConfig</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMClusterConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeClusterConfig -clusteringId "clusteringId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeClusterConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeClusterConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeClusterConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadALBControllerNodeVMDeploymentRequest</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadALBControllerNodeVMDeploymentRequest</command:noun> <maml:description> <maml:para>Returns info for a Avi Load Balancer Controller deployment attempt</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns deployment request information for a specific attempted deployment of a cluster node. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadALBControllerNodeVMDeploymentRequest</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeVMDeploymentRequest -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeVMDeploymentRequest with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeVMDeploymentRequest -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeVMDeploymentRequest with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadALBControllerNodeVMDeploymentStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadALBControllerNodeVMDeploymentStatus</command:noun> <maml:description> <maml:para>Returns the status of the node creation/deletion</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the current deployment or undeployment status for a node along with any other relevant current information, such as error messages. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadALBControllerNodeVMDeploymentStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentStatusReport</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeVMDeploymentStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeVMDeploymentStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadALBControllerNodeVMDeploymentStatus -nodeId "nodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadALBControllerNodeVMDeploymentStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RetriggerClustering</command:name> <command:verb>Invoke</command:verb> <command:noun>RetriggerClustering</command:noun> <maml:description> <maml:para>Re-trigger clustering for Avi Load Balancer Controller Nodes.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Re-trigger clustering for Avi Load Balancer Controller Nodes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RetriggerClustering</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerClusterTrigger</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-RetriggerClustering -clusteringId "clusteringId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetriggerClustering with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-RetriggerClustering </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetriggerClustering with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateALBControllerNodeVMDeploymentRequest</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateALBControllerNodeVMDeploymentRequest</command:noun> <maml:description> <maml:para>Update a Avi Load Balancer Controller cluster node. Only updating password, ntp and dns servers are supported. If controller is in a cluster then all nodes in the cluster are updated with the provided values</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update Avi Load Balancer Controller node details </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateALBControllerNodeVMDeploymentRequest</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerNodeVMDeploymentRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerNodeVMDeploymentRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerNodeVMDeploymentRequest</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMDeploymentRequest = Initialize-ALBControllerNodeVMDeploymentRequest Invoke-UpdateALBControllerNodeVMDeploymentRequest -nodeId "nodeId_example" -aLBControllerNodeVMDeploymentRequest $aLBControllerNodeVMDeploymentRequest -runningConfig $true </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateALBControllerNodeVMDeploymentRequest with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerNodeVMDeploymentRequest = Initialize-ALBControllerNodeVMDeploymentRequest Invoke-UpdateALBControllerNodeVMDeploymentRequest -nodeId "nodeId_example" -aLBControllerNodeVMDeploymentRequest $aLBControllerNodeVMDeploymentRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateALBControllerNodeVMDeploymentRequest with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerNodeVMDeploymentRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AdminCheckPassword</command:name> <command:verb>Invoke</command:verb> <command:noun>AdminCheckPassword</command:noun> <maml:description> <maml:para>Validate admin password for Avi Load Balancer Controller.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to validate admin password in Avi Load Balancer Controller. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AdminCheckPassword</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerAdminCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerAdminCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerAdminCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerAdminCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerAdminCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerAdminCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerAdminCredential = Initialize-ALBControllerAdminCredential -Password "MyPassword" -ClusteringId "MyClusteringId" Invoke-AdminCheckPassword -aLBControllerAdminCredential $aLBControllerAdminCredential </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AdminCheckPassword with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerAdminCredential = Initialize-ALBControllerAdminCredential Invoke-AdminCheckPassword -aLBControllerAdminCredential $aLBControllerAdminCredential </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AdminCheckPassword with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerAdminCredential</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateAlbPortalCertificateCSR</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateAlbPortalCertificateCSR</command:noun> <maml:description> <maml:para>Create portal certificate CSR for Avi Load Balancer Controller.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to create portal certificate CSR for Avi Load Balancer Controller. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateAlbPortalCertificateCSR</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerCertificateCsr</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificateCsr</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificateCsr</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerCertificateCsr</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificateCsr</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificateCsr</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerCertificateCsr = Initialize-ALBControllerCertificateCsr -CommonName "MyCommonName" -Email "MyEmail" -Organization "MyOrganization" -OrganizationUnit "MyOrganizationUnit" -Locality "MyLocality" -StateName "MyStateName" -Country "MyCountry" -Algorithm "MyAlgorithm" -KeySize "MyKeySize" -SubjectAltNames "MySubjectAltNames" -ClusteringId "MyClusteringId" Invoke-CreateAlbPortalCertificateCSR -aLBControllerCertificateCsr $aLBControllerCertificateCsr </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAlbPortalCertificateCSR with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerCertificateCsr = Initialize-ALBControllerCertificateCsr -CommonName "MyCommonName" Invoke-CreateAlbPortalCertificateCSR -aLBControllerCertificateCsr $aLBControllerCertificateCsr </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAlbPortalCertificateCSR with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerCertificateCsr</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateAlbUserCredentialObject</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateAlbUserCredentialObject</command:noun> <maml:description> <maml:para>Create service user object credential in Avi Load Balancer Controller cluster.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to create service user object credential in Avi Load Balancer Controller cluster. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateAlbUserCredentialObject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerUserCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerUserCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredentialResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerUserCredential = Initialize-ALBControllerUserCredential -UserCredentialType "CONTROLLER_ADMIN_USER_CREDENTIAL" -Password "MyPassword" -Username "MyUsername" -ClusteringId "MyClusteringId" Invoke-CreateAlbUserCredentialObject -aLBControllerUserCredential $aLBControllerUserCredential </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAlbUserCredentialObject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerUserCredential = Initialize-ALBControllerUserCredential -UserCredentialType "CONTROLLER_ADMIN_USER_CREDENTIAL" -Username "MyUsername" Invoke-CreateAlbUserCredentialObject -aLBControllerUserCredential $aLBControllerUserCredential </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateAlbUserCredentialObject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerUserCredential</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteAlbUserCredentialObject</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteAlbUserCredentialObject</command:noun> <maml:description> <maml:para>Delete user credential from Avi Load Balancer Controller cluster.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to delete user credentials in Avi Load Balancer Controller cluster. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteAlbUserCredentialObject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Username</maml:name> <maml:Description> <maml:para>Credentials to be deleted.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>UserCredentialType</maml:name> <maml:Description> <maml:para>Type of user credential</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Username</maml:name> <maml:Description> <maml:para>Credentials to be deleted.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>UserCredentialType</maml:name> <maml:Description> <maml:para>Type of user credential</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusteringId</maml:name> <maml:Description> <maml:para>Unique Id for Avi Load Balancer Controller Cluster used in VCF managed NSX</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteAlbUserCredentialObject -username "username_example" -userCredentialType "VCENTER_SERVICE_USER_CREDENTIAL" -clusteringId "clusteringId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAlbUserCredentialObject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteAlbUserCredentialObject -username "username_example" -userCredentialType "VCENTER_SERVICE_USER_CREDENTIAL" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteAlbUserCredentialObject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-InstallAlbPortalCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>InstallAlbPortalCertificate</command:noun> <maml:description> <maml:para>Install and update portal certificate in Avi Load Balancer Controller.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to install and update portal certificate in Avi Load Balancer Controller. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-InstallAlbPortalCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerCertificate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CaOnly</maml:name> <maml:Description> <maml:para>Add given CA certificate to NSX Truststore</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerCertificate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CaOnly</maml:name> <maml:Description> <maml:para>Add given CA certificate to NSX Truststore</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerCertificate = Initialize-ALBControllerCertificate -Csr "MyCsr" -Cert "MyCert" -Name "MyName" -ClusteringId "MyClusteringId" Invoke-InstallAlbPortalCertificate -aLBControllerCertificate $aLBControllerCertificate -caOnly $true </dev:code> <dev:remarks> <maml:para>Invoking Invoke-InstallAlbPortalCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerCertificate = Initialize-ALBControllerCertificate -Name "MyName" Invoke-InstallAlbPortalCertificate -aLBControllerCertificate $aLBControllerCertificate </dev:code> <dev:remarks> <maml:para>Invoking Invoke-InstallAlbPortalCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerCertificate</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateAlbSystemConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateAlbSystemConfiguration</command:noun> <maml:description> <maml:para>Update DNS, NTP and Backup server config in Avi Load Balancer Controller.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to update DNS, NTP and Backup server config in Avi Load Balancer Controller. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateAlbSystemConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerSystemConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerSystemConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerSystemConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerSystemConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerSystemConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerSystemConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerSystemConfigurationResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerBackupConfiguration = Initialize-ALBControllerBackupConfiguration -ServerAddress "MyServerAddress" -ServerPort 0 -SshFingerprint "MySshFingerprint" -Username "MyUsername" -Password "MyPassword" -BackupLocation "MyBackupLocation" -BackupPassphrase "MyBackupPassphrase" -ClusteringId "MyClusteringId" $ALBControllerSystemConfiguration = Initialize-ALBControllerSystemConfiguration -DnsServers "MyDnsServers" -NtpServers "MyNtpServers" -BackupServerConfig $ALBControllerBackupConfiguration -ClusteringId "MyClusteringId" Invoke-UpdateAlbSystemConfiguration -aLBControllerSystemConfiguration $aLBControllerSystemConfiguration -runningConfig $true </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAlbSystemConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerSystemConfiguration = Initialize-ALBControllerSystemConfiguration Invoke-UpdateAlbSystemConfiguration -aLBControllerSystemConfiguration $aLBControllerSystemConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAlbSystemConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerSystemConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateAlbUserCredentialObject</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateAlbUserCredentialObject</command:noun> <maml:description> <maml:para>Update admin user or service user object password in Avi Load Balancer Controller.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Use this API to update admin user password or service user object password in Avi Load Balancer Controller. This API is for VCF deployments only. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateAlbUserCredentialObject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerUserCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ALBControllerUserCredential</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RunningConfig</maml:name> <maml:Description> <maml:para>Update Avi Load Balancer Controller runtime config as well</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ALBControllerUserCredentialResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ALBControllerUserCredential = Initialize-ALBControllerUserCredential -UserCredentialType "CONTROLLER_ADMIN_USER_CREDENTIAL" -Password "MyPassword" -Username "MyUsername" -ClusteringId "MyClusteringId" Invoke-UpdateAlbUserCredentialObject -aLBControllerUserCredential $aLBControllerUserCredential -runningConfig $true </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAlbUserCredentialObject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ALBControllerUserCredential = Initialize-ALBControllerUserCredential -UserCredentialType "CONTROLLER_ADMIN_USER_CREDENTIAL" -Username "MyUsername" Invoke-UpdateAlbUserCredentialObject -aLBControllerUserCredential $aLBControllerUserCredential </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAlbUserCredentialObject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ALBControllerUserCredential</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteObjectPermissions</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteObjectPermissions</command:noun> <maml:description> <maml:para>Delete object-permissions entries</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete object-permissions entries</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteObjectPermissions</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InheritanceDisabled</maml:name> <maml:Description> <maml:para>Does children of this object inherit this rule</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleName</maml:name> <maml:Description> <maml:para>Role name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InheritanceDisabled</maml:name> <maml:Description> <maml:para>Does children of this object inherit this rule</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleName</maml:name> <maml:Description> <maml:para>Role name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteObjectPermissions -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -inheritanceDisabled $false -pageSize 1000L -pathPrefix "pathPrefix_example" -roleName "roleName_example" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteObjectPermissions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteObjectPermissions </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteObjectPermissions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetObjectPermissions</command:name> <command:verb>Invoke</command:verb> <command:noun>GetObjectPermissions</command:noun> <maml:description> <maml:para>Get list of Object-level RBAC entries.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get list of Object-level RBAC entries.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetObjectPermissions</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InheritanceDisabled</maml:name> <maml:Description> <maml:para>Does children of this object inherit this rule</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleName</maml:name> <maml:Description> <maml:para>Role name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InheritanceDisabled</maml:name> <maml:Description> <maml:para>Does children of this object inherit this rule</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleName</maml:name> <maml:Description> <maml:para>Role name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ObjectRolePermissionGroupListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetObjectPermissions -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -inheritanceDisabled $false -pageSize 1000L -pathPrefix "pathPrefix_example" -roleName "roleName_example" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetObjectPermissions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetObjectPermissions </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetObjectPermissions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateObjectPermissions</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateObjectPermissions</command:noun> <maml:description> <maml:para>Create/update object permission mappings</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create/update object permission mappings</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateObjectPermissions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ObjectRolePermissionGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ObjectRolePermissionGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ObjectRolePermissionGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ObjectRolePermissionGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ObjectRolePermissionGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ObjectRolePermissionGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ObjectRolePermissionGroup = Initialize-ObjectRolePermissionGroup Invoke-UpdateObjectPermissions -objectRolePermissionGroup $objectRolePermissionGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateObjectPermissions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ObjectRolePermissionGroup = Initialize-ObjectRolePermissionGroup Invoke-UpdateObjectPermissions -objectRolePermissionGroup $objectRolePermissionGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateObjectPermissions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ObjectRolePermissionGroup</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate</command:noun> <maml:description> <maml:para>Add a New Certificate</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Adds a new private-public certificate and, optionally, a private key that can be applied to one of the user-facing components (appliance management or edge). The certificate and the key should be stored in PEM format. If no private key is provided, the certificate is used as a client certificate in the trust store. A private key can be uploaded for a CA certificate only if the \"purpose\" parameter is set to \"signing-ca\". A certificate chain will not be expanded into separate certificate instances for reference, but would be pushed to the enforcement point as a single certificate. This PUT method does not modify an existing certificate. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsTrustData</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl</command:noun> <maml:description> <maml:para>Create or patch a Certificate Revocation List</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch a Certificate Revocation List for the given id. The CRL is used to verify the client certificate status against the revocation lists published by the CA. For this reason, the administrator needs to add the CRL in certificate repository as well. The CRL must contain PEM data for a single CRL. A CRL can be in the PEM X.509 format (crl_type=X509) or JSON OneCRL (crl_type=OneCRL). If crl_type is not specified, it is auto-detected based on the presence of fields pem_encoded or one_crl. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsCrl</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl</command:noun> <maml:description> <maml:para>Create or fully replace a Certificate Revocation List</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or replace a Certificate Revocation List for the given id. The CRL is used to verify the client certificate status against the revocation lists published by the CA. For this reason, the administrator needs to add the CRL in certificate repository as well. The CRL must contain PEM data for a single CRL. Revision is required. A CRL can be in the PEM X.509 format (crl_type=X509) or JSON OneCRL (crl_type=OneCRL). If crl_type is not specified, it is auto-detected based on the presence of fields pem_encoded or one_crl. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsCrl</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl</command:noun> <maml:description> <maml:para>Create a new Certificate Revocation List</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Adds a new certificate revocation list (CRLs). The CRL is used to verify the client certificate status against the revocation lists published by the CA. For this reason, the administrator needs to add the CRL in certificate repository as well. A CRL can be in the PEM X.509 format (crl_type=X509) or JSON OneCRL (crl_type=OneCRL). If crl_type is not specified, it is auto-detected based on the presence of fields pem_encoded or one_crl. An X.509 CRL can contain a single CRL or multiple CRLs depending on the PEM data. - Single CRL: a single CRL is created with the given id. - Composite CRL: multiple CRLs are generated. Each of the CRL is created with an id generated based on the given id. First CRL is created with crl-id, second with crl-id-1, third with crl-id-2, etc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCrl</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCrl</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrlListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsCrl = Initialize-TlsCrl Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -tlsCrl $tlsCrl </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsCrl</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate</command:noun> <maml:description> <maml:para>Delete Certificate for the Given Certificate ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Removes the specified certificate. The private key associated with the certificate is also deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>ID of certificate to delete</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>ID of certificate to delete</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl</command:noun> <maml:description> <maml:para>Delete a CRL</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes an existing CRL.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr</command:noun> <maml:description> <maml:para>Delete a CSR</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Removes a specified CSR. If a CSR is not used for verification, you can delete it. Note that the CSR import and upload POST actions automatically delete the associated CSR. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to delete</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to delete</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTlsCsr with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate</command:noun> <maml:description> <maml:para>Generate a new self-signed certificate</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new self-signed certificate. A private key is also created at the same time. This is convenience call that will generate a CSR and then self-sign it. The maximum validity limit for non-CA certificates is 825 days, except that values of 3,650 and 36,500 days are allowed. No limit is set for CA certificates. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCsrWithDaysValid</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCsrWithDaysValid</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsrWithDaysValid</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCsrWithDaysValid</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCsrWithDaysValid</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsrWithDaysValid</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsCsrWithDaysValid = Initialize-TlsCsrWithDaysValid Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -tlsCsrWithDaysValid $tlsCsrWithDaysValid </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsCsrWithDaysValid = Initialize-TlsCsrWithDaysValid Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -tlsCsrWithDaysValid $tlsCsrWithDaysValid </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateSelfSignedTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsCsrWithDaysValid</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr</command:noun> <maml:description> <maml:para>Generate a New Certificate Signing Request</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new certificate signing request (CSR). A CSR is encrypted text that contains information about your organization (organization name, country, and so on) and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to create</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCsr</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCsr</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsr</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to create</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsCsr</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsCsr</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsr</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsr</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsCsr = Initialize-TlsCsr Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -tlsCsr $tlsCsr </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsCsr = Initialize-TlsCsr Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -tlsCsr $tlsCsr </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGenerateTlsCsr with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsCsr</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate</command:noun> <maml:description> <maml:para>Show Certificate Data for the Given Certificate ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information for the specified certificate ID, including the certificate's id; pem_encoded data; and history of the certificate (who created or modified it and when). For additional information, include the ?details=true modifier at the end of the request URI. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>ID of certificate to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>ID of certificate to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" -details $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTlsCrl</command:noun> <maml:description> <maml:para>Show CRL Data for the Given CRL id.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about the specified CRL. For additional information, include the ?details=true modifier at the end of the request URI. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -details $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTlsCsr</command:noun> <maml:description> <maml:para>Show CSR Data for the Given CSR ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about the specified CSR.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsr</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsr with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem</command:noun> <maml:description> <maml:para>Get CSR PEM File for the Given CSR ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Downloads the CSR PEM file for a specified CSR. Clients must include an Accept: text/plain request header.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>string</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTlsCsrPem with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate</command:noun> <maml:description> <maml:para>Import a Certificate Associated with an Approved CSR</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Imports a certificate authority (CA)-signed certificate for a CSR. This action links the certificate to the private key created by the CSR. The pem_encoded string in the request body is the signed certificate provided by your CA in response to the CSR that you provide to them. The import POST action automatically deletes the associated CSR. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>CSR this certificate is associated with</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>CSR this certificate is associated with</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraImportSignedTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsTrustData</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTlsCertificates</command:noun> <maml:description> <maml:para>Return All the User-Facing Components' Certificates</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns all certificate information viewable by the user, including each certificate's id; pem_encoded data; and history of the certificate (who created or modified it and when). For additional information, include the ?details=true modifier at the end of the request URI. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>Node ID of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>Node ID of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificateList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -details $false -includedFields "includedFields_example" -nodeId "nodeId_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -type "cluster_api_certificate" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCertificates with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTlsCrls</command:noun> <maml:description> <maml:para>Return All Added CRLs</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about all CRLs. For additional information, include the ?details=true modifier at the end of the request URI. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>Node ID of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Details</maml:name> <maml:Description> <maml:para>whether to expand the pem data and show all its details</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NodeId</maml:name> <maml:Description> <maml:para>Node ID of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type of certificate to return</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrlListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -details $false -includedFields "includedFields_example" -nodeId "nodeId_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -type "cluster_api_certificate" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCrls with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTlsCsrs</command:noun> <maml:description> <maml:para>Return All the Generated CSRs</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about all of the CSRs that have been created.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCsrListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTlsCsrs with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate</command:noun> <maml:description> <maml:para>Add a New Certificate</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Adds a new private-public certificate and, optionally, a private key that can be applied to one of the user-facing components (appliance management or edge). The certificate and the key should be stored in PEM format. If no private key is provided, the certificate is used as a client certificate in the trust store. A private key can be uploaded for a CA certificate only if the \"purpose\" parameter is set to \"signing-ca\". A certificate chain will not be expanded into separate certificate instances for reference, but would be pushed to the enforcement point as a single certificate. This patch method does not modify an existing certificate. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CertificateId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TlsTrustData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TlsTrustData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsTrustData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TlsTrustData = Initialize-TlsTrustData Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -certificateId "certificateId_example" -tlsTrustData $tlsTrustData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TlsTrustData</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate</command:noun> <maml:description> <maml:para>Self-Sign the CSR</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Self-signs the previously generated CSR. This action is similar to the import certificate action, but instead of using a public certificate signed by a CA, the self_sign POST action uses a certificate that is signed with NSX's own private key. The maximum validity limit for non-CA certificates is 825 days, except that values of 3,650 and 36,500 days are allowed. No limit is set for CA certificates. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>CSR this certificate is associated with</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DaysValid</maml:name> <maml:Description> <maml:para>Number of days the certificate will be valid, default 825 days</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long</command:parameterValue> <dev:type> <maml:name>long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>825</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>CSR this certificate is associated with</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DaysValid</maml:name> <maml:Description> <maml:para>Number of days the certificate will be valid, default 825 days</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long</command:parameterValue> <dev:type> <maml:name>long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>825</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -daysValid 825L </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -daysValid 825L </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraSelfSignTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate</command:noun> <maml:description> <maml:para>Upload the Certificate PEM File Signed by the CA Associated with a CSR</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Uploads the certificate authority (CA)-signed certificate. After you send the certificate request to the CA of your choice, and the CA sends back the signed certificate, you can use the upload POST action to upload the signed certificate. The upload action is similar to the import action, but the upload action allows you to directly upload the PEM-encoded file (signed certificate) provided by the CA. Like the import POST action, the upload POST action automatically deletes the associated CSR. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of the CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>File</maml:name> <maml:Description> <maml:para>File to be uploaded</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">FileParameter</command:parameterValue> <dev:type> <maml:name>FileParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Description</maml:name> <maml:Description> <maml:para>Description of this resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DisplayName</maml:name> <maml:Description> <maml:para>Identifier to use when displaying entity in logs or GUI</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CsrId</maml:name> <maml:Description> <maml:para>ID of the CSR to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>File</maml:name> <maml:Description> <maml:para>File to be uploaded</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">FileParameter</command:parameterValue> <dev:type> <maml:name>FileParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Description</maml:name> <maml:Description> <maml:para>Description of this resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DisplayName</maml:name> <maml:Description> <maml:para>Identifier to use when displaying entity in logs or GUI</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCertificate</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -file -description "description_example" -displayName "displayName_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate -orgId "orgId_example" -projectId "projectId_example" -csrId "csrId_example" -file </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUploadPemSignedTlsCertificate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl</command:noun> <maml:description> <maml:para>Upload a new or updated Certificate Revocation List</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Adds or replaces a certificate revocation list (CRLs). The CRL is used to verify the client certificate status against the revocation lists published by the CA. For this reason, the administrator needs to add the CRL in certificate repository as well. A CRL can be in the PEM X.509 format (crl_type=X509) or JSON OneCRL (crl_type=OneCRL). If crl_type is not specified, it is auto-detected based on the upload content. An X.509 CRL can contain a single CRL or multiple CRLs depending on the PEM data. - Single CRL: a single CRL is created with the given id. - Composite CRL: multiple CRLs are generated. Each of the CRL is created with an id generated based on the given id. First CRL is created with crl-id, second with crl-id-1, third with crl-id-2, etc. Differently from action=import, this method allows multi-part upload of the CRL(s). The TlsCrl resource returned in the body of the response will have an empty pem_encoded field, as it may be large. Use a GET request to retrieve the PEM-encoded CRL. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>File</maml:name> <maml:Description> <maml:para>File to be uploaded</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">FileParameter</command:parameterValue> <dev:type> <maml:name>FileParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlType</maml:name> <maml:Description> <maml:para>Type of CRL</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>X509</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Description</maml:name> <maml:Description> <maml:para>Description of this resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DisplayName</maml:name> <maml:Description> <maml:para>Identifier to use when displaying entity in logs or GUI</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>File</maml:name> <maml:Description> <maml:para>File to be uploaded</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">FileParameter</command:parameterValue> <dev:type> <maml:name>FileParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>CrlType</maml:name> <maml:Description> <maml:para>Type of CRL</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>X509</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Description</maml:name> <maml:Description> <maml:para>Description of this resource</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DisplayName</maml:name> <maml:Description> <maml:para>Identifier to use when displaying entity in logs or GUI</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TlsCrl</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -file -crlType "OneCRL" -description "description_example" -displayName "displayName_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl -orgId "orgId_example" -projectId "projectId_example" -crlId "crlId_example" -file </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUploadTlsCrl with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetPolicyComplianceStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetPolicyComplianceStatus</command:noun> <maml:description> <maml:para>Returns the compliance status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the compliance status and details of non compliant configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetPolicyComplianceStatus</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyComplianceStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetPolicyComplianceStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyComplianceStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetPolicyComplianceStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyComplianceStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig</command:noun> <maml:description> <maml:para>Create or update DHCP relay configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If DHCP relay config with the dhcp-relay-config-id is not already present, create a new DHCP relay config instance. If it already exists, replace the DHCP relay config instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpRelayConfig = Initialize-DhcpRelayConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" -dhcpRelayConfig $dhcpRelayConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpRelayConfig = Initialize-DhcpRelayConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" -dhcpRelayConfig $dhcpRelayConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpRelayConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpRelayConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig</command:noun> <maml:description> <maml:para>Create or update DHCP server configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If DHCP server config with the dhcp-server-config-id is not already present, create a new DHCP server config instance. If it already exists, replace the DHCP server config instance with this object. Realized entities of this API can be found using the path of Tier-0, Tier1, or Segment where this config is applied on. Modification of edge_cluster_path in DhcpServerConfig will lose all existing DHCP leases. If both the preferred_edge_paths in the DhcpServerConfig are changed in a same PUT API, e.g. change from [a,b] to [x,y], the current DHCP server leases will be lost, which could cause network connectivity issues. It is recommended to change only one member index in an update call, e.g. from [a, b] to [a,y]. Clearing preferred_edge_paths will not reassign edge nodes from the edge cluster. Instead, the previously-allocated edge nodes will be retained to avoid loss of leases. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpServerConfig = Initialize-DhcpServerConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" -dhcpServerConfig $dhcpServerConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpServerConfig = Initialize-DhcpServerConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" -dhcpServerConfig $dhcpServerConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceDhcpServerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpServerConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile</command:noun> <maml:description> <maml:para>Create or update Gateway QoS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, replace the gateway QoS profile instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayQosProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayQosProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayQosProfile = Initialize-GatewayQosProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -gatewayQosProfile $gatewayQosProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayQosProfile = Initialize-GatewayQosProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -gatewayQosProfile $gatewayQosProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayQosProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayQosProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment</command:noun> <maml:description> <maml:para>Create or update a infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new DHCP static binding instance. If it already exists, replace the existing DHCP static binding instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort</command:noun> <maml:description> <maml:para>Create or update an infra segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create an infra segment port if it does not exist based on the IDs, or update existing port information by replacing the port object already exists. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce</command:noun> <maml:description> <maml:para>Create or update a infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Force parameter is required when workload connectivity is indirectly impacted with the current replacement. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceInfraSegmentWithForce with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile</command:noun> <maml:description> <maml:para>Create or update IPv6 DAD profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the dad-profile-id is not already present, create a new IPv6 DAD profile instance. If it already exists, replace the IPv6 DAD profile instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6DadProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6DadProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Ipv6DadProfile = Initialize-Ipv6DadProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" -ipv6DadProfile $ipv6DadProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Ipv6DadProfile = Initialize-Ipv6DadProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" -ipv6DadProfile $ipv6DadProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6DadProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Ipv6DadProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile</command:noun> <maml:description> <maml:para>Create or update IPv6 NDRA profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, replace the IPv6 NDRA profile instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6NdraProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6NdraProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Ipv6NdraProfile = Initialize-Ipv6NdraProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" -ipv6NdraProfile $ipv6NdraProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Ipv6NdraProfile = Initialize-Ipv6NdraProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" -ipv6NdraProfile $ipv6NdraProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpv6NdraProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Ipv6NdraProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment</command:noun> <maml:description> <maml:para>Create or update a segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, replace the segment with this object. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PUT API payload, the path returned in the PUT/GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new DHCP static binding instance. If it already exists, replace the existing DHCP static binding instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig</command:noun> <maml:description> <maml:para>Create or update a static ARP config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticARPConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticARPConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticARPConfig = Initialize-StaticARPConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -staticARPConfig $staticARPConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticARPConfig = Initialize-StaticARPConfig Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -staticARPConfig $staticARPConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceStaticARPConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticARPConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1</command:noun> <maml:description> <maml:para>Create or update tier-1 configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance. If it already exists, replace the Tier-1 instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1 = Initialize-Tier1 Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -tier1 $tier1 </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1 = Initialize-Tier1 Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -tier1 $tier1 </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface</command:noun> <maml:description> <maml:para>Create or update a tier-1 interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If an interface with the interface-id is not already present, create a new interface. If it already exists, replace the interface with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Interface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1Interface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Interface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1Interface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1Interface = Initialize-Tier1Interface Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" -tier1Interface $tier1Interface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1Interface = Initialize-Tier1Interface Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" -tier1Interface $tier1Interface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1Interface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1Interface</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices</command:noun> <maml:description> <maml:para>Create or update a Tier-1 locale-services</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Tier-1 locale services with the locale-services-id is not already present, create a new locale-services. If it already exists, replace the Tier-1 locale services instance with the new object. Modifying edge cluster re-allocates NSX service routers of TIER1 to a different edge cluster. You can also place edge nodes manually and provide maximum two indices for HA mode ACTIVE_STANDBY. To re-allocating edge cluster is a disruptive operation and all existing statistics of Tier1 gateway will be removed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServices</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocaleServices</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServices</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocaleServices</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LocaleServices = Initialize-LocaleServices Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -localeServices $localeServices </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LocaleServices = Initialize-LocaleServices Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -localeServices $localeServices </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1LocaleServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LocaleServices</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort</command:noun> <maml:description> <maml:para>Create or update a Tier-1 segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a Tier-1 segment port if it does not exist based on the IDs, or update existing port information by replacing the port object already exists. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1SegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes</command:noun> <maml:description> <maml:para>Create or update a Tier-1 static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If static routes for route-id are not already present, create static routes. If it already exists, replace the static routes for route-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTier1StaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticRoutes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a infra segment connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the infra segment connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a tier1 segment connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the infra segment connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1SegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface</command:noun> <maml:description> <maml:para>Create a Tier1 service interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface. Modification of Tier 1 service interface is not allowed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceInterface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceInterface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceInterface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceInterface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceInterface = Initialize-ServiceInterface Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -serviceInterface $serviceInterface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceInterface = Initialize-ServiceInterface Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -serviceInterface $serviceInterface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateTier1ServiceInterface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceInterface</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease</command:noun> <maml:description> <maml:para>Delete DHCP lease(s) specified by IP and MAC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete one or multiple DHCP lease(s) specified by IP and MAC. If there is a DHCP server running upon the given segment, or this segment is using a DHCP server running in its connected Tier-0 or Tier-1, the DHCP lease(s) which match exactly the IP address and the MAC address will be deleted. If no such lease matches, the deletion for this lease will be ignored. The DHCP lease to be deleted will be removed by the system from both active and standby node. The system will report error if the DHCP lease could not be removed from both nodes. If the DHCP lease could not be removed on either node, please check the DHCP server status. Once the DHCP server status is UP, please invoke the deletion API again to ensure the lease gets deleted from both nodes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpDeleteLeases</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpDeleteLeases</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpDeleteLeaseRequestParameters = Initialize-DhcpDeleteLeaseRequestParameters -Ip "MyIp" -Mac "MyMac" $DhcpDeleteLeases = Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -dhcpDeleteLeases $dhcpDeleteLeases -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpDeleteLeaseRequestParameters = Initialize-DhcpDeleteLeaseRequestParameters -Ip "MyIp" -Mac "MyMac" $DhcpDeleteLeases = Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -dhcpDeleteLeases $dhcpDeleteLeases </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLease with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpDeleteLeases</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1</command:noun> <maml:description> <maml:para>Delete DHCP lease(s) specified by IP and MAC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete one or multiple DHCP lease(s) specified by IP and MAC under a Tier-1. If there is a DHCP server running upon the given segment, or this segment is using a DHCP server running in its connected Tier-1, the DHCP lease(s) which match exactly the IP address and the MAC address will be deleted. If no such lease matches, the deletion for this lease will be ignored. The DHCP lease to be deleted will be removed by the system from both active and standby node. The system will report error if the DHCP lease could not be removed from both nodes. If the DHCP lease could not be removed on either node, please check the DHCP server status. Once the DHCP server status is UP, please invoke the deletion API again to ensure the lease gets deleted from both nodes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpDeleteLeases</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpDeleteLeases</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpDeleteLeases</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpDeleteLeaseRequestParameters = Initialize-DhcpDeleteLeaseRequestParameters -Ip "MyIp" -Mac "MyMac" $DhcpDeleteLeases = Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -dhcpDeleteLeases $dhcpDeleteLeases -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpDeleteLeaseRequestParameters = Initialize-DhcpDeleteLeaseRequestParameters -Ip "MyIp" -Mac "MyMac" $DhcpDeleteLeases = Initialize-DhcpDeleteLeases -Leases $DhcpDeleteLeaseRequestParameters Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -dhcpDeleteLeases $dhcpDeleteLeases </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpLeaseUnderTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpDeleteLeases</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig</command:noun> <maml:description> <maml:para>Delete DHCP relay configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DHCP relay configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpRelayConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig</command:noun> <maml:description> <maml:para>Delete DHCP server configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DHCP server configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDhcpServerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile</command:noun> <maml:description> <maml:para>Delete gateway QoS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete QoS profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayQosProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment</command:noun> <maml:description> <maml:para>Delete infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete infra segment</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Deletes infra SegmentConnectionBindingMap.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes infra SegmentConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Delete DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort</command:noun> <maml:description> <maml:para>Delete an infra segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete an infra segment port by giving ID. Please note that this operation will not delete the segment port from vCenter Server if the port was connected to a Virtual Machine. Please connect Virtual Machine to another network for the segment port to be deleted from vCenter Server. Do not provide any parameters to this call unless it is during VIF restore workflow by NSX container plugin(NCP). </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile</command:noun> <maml:description> <maml:para>Delete IPv6 DAD profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete IPv6 DAD profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6DadProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile</command:noun> <maml:description> <maml:para>Delete IPv6 NDRA profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete IPv6 NDRA profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpv6NdraProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegment</command:noun> <maml:description> <maml:para>Delete segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete segment</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Delete DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig</command:noun> <maml:description> <maml:para>Delete static ARP config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete static ARP config</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteStaticARPConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1</command:noun> <maml:description> <maml:para>Delete Tier-1 configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier-1 configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface</command:noun> <maml:description> <maml:para>Delete Tier-1 interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier-1 interface</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1Interface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup</command:noun> <maml:description> <maml:para>Delete Tier-1 Interface group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier-1 Interface group</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1InterfaceGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices</command:noun> <maml:description> <maml:para>Delete Tier-1 locale-services</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier-1 locale-services</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Deletes infra SegmentConnectionBindingMap.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes infra SegmentConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort</command:noun> <maml:description> <maml:para>Delete a Tier-1 segment port. Please note that this operation will not delete the segment port from vCenter Server if the port was connected to a Virtual Machine. Please connect Virtual Machine to another network for the segment port to be deleted from vCenter Server. </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete a Tier-1 segment port by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface</command:noun> <maml:description> <maml:para>Delete Tier 1 service interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier 1 service interface</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1ServiceInterface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes</command:noun> <maml:description> <maml:para>Delete Tier-1 static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Tier-1 static routes</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1StaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig</command:noun> <maml:description> <maml:para>Delete traceflow config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete traceflow config with id traceflow-id</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTraceflowConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment</command:noun> <maml:description> <maml:para>Force delete infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Force delete bypasses validations during segment deletion. This may result in an inconsistent connectivity.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cascade</maml:name> <maml:Description> <maml:para>Flag to specify whether to delete related segment ports</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cascade</maml:name> <maml:Description> <maml:para>Flag to specify whether to delete related segment ports</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cascade $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment</command:noun> <maml:description> <maml:para>Force delete segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Force delete bypasses validations during segment deletion. This may result in an inconsistent connectivity. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraForceDeleteSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort</command:noun> <maml:description> <maml:para>Get infra segment port by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on an infra segment port by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort</command:noun> <maml:description> <maml:para>Get Tier-1 segment port by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on a Tier-1 segment port by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments</command:noun> <maml:description> <maml:para>List all segments under infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all segments under infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentType</maml:name> <maml:Description> <maml:para>Segment type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentType</maml:name> <maml:Description> <maml:para>Segment type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -segmentType "DVPortgroup" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllInfraSegments with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig</command:noun> <maml:description> <maml:para>List DHCP relay config instances</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all DHCP relay config instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpRelayConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig</command:noun> <maml:description> <maml:para>List DHCP server config instances</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all DHCP server config instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDhcpServerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles</command:noun> <maml:description> <maml:para>List all gateway QoS profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all gateway QoS profle instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayQosProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>List SegmentConnectionBindingMap specific Segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List SegmentConnectionBindingMap specific Segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>List all DHCP static bindings</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all DHCP static binding instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts</command:noun> <maml:description> <maml:para>List infra segment ports</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ports for an infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPorts with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles</command:noun> <maml:description> <maml:para>List all IPv6 DAD profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all IPv6 DAD profile instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6DadProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles</command:noun> <maml:description> <maml:para>List all IPv6 NDRA profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all IPv6 NDRA profile instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpv6NdraProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>List all DHCP static bindings</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all DHCP static binding instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegments</command:noun> <maml:description> <maml:para>Paginated list of all fixed segments (identified as /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>) under Tier-1 instance.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all fixed segments (identified as /policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>) under Tier-1 instance. This API call does not return flexible segments (identified as /policy/api/v1/infra/segments/<segment-id>) connected to the Tier-1. To return all segments connected as a downlink to a Tier-1 one possibility is to use the search API with: https://{{nsx-mgr}}/policy/api/v1/search?query=resource_type:Segment%20AND%20connectivity_path:/infra/tier-1s/<tier-1> Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PUT/PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentType</maml:name> <maml:Description> <maml:para>Segment type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentType</maml:name> <maml:Description> <maml:para>Segment type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -segmentType "DVPortgroup" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegments with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1</command:noun> <maml:description> <maml:para>List Tier-1 instances</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier-1 instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1ListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1 -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1 -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup</command:noun> <maml:description> <maml:para>List Tier-1 Interface groups</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier-1 Interface groups under locale service. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroupListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1InterfaceGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces</command:noun> <maml:description> <maml:para>List Tier-1 interfaces</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier-1 interfaces </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1Interfaces with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices</command:noun> <maml:description> <maml:para>List Tier-1 locale-services</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier-1 locale-services </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServicesListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1LocaleServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>List SegmentConnectionBindingMap specific Segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List SegmentConnectionBindingMap specific Segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts</command:noun> <maml:description> <maml:para>List Tier-1 segment ports</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ports for a Tier-1 segment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPorts with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces</command:noun> <maml:description> <maml:para>List Tier 1 Service Interfaces</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier 1 Service Interfaces </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterfaceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1ServiceInterfaces with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes</command:noun> <maml:description> <maml:para>List Tier-1 Static Routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Tier-1 Static Routes </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutesListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1StaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig</command:noun> <maml:description> <maml:para>List TraceflowConfig for infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all TraceflowConfig for infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations</command:noun> <maml:description> <maml:para>Read traceflow observations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read traceflow observations for id traceflow-id. Traceflow configuration will be cleaned up by the system after two hours of inactivity. Enforcement Path is optional parameter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowObservationListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTraceflowObservations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig</command:noun> <maml:description> <maml:para>Create or update DHCP relay configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If DHCP relay config with the dhcp-relay-config-id is not already present, create a new DHCP relay config instance. If it already exists, update the DHCP relay config instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpRelayConfig = Initialize-DhcpRelayConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" -dhcpRelayConfig $dhcpRelayConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpRelayConfig = Initialize-DhcpRelayConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" -dhcpRelayConfig $dhcpRelayConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpRelayConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpRelayConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig</command:noun> <maml:description> <maml:para>Create or update DHCP server configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If DHCP server config with the dhcp-server-config-id is not already present, create a new DHCP server config instance. If it already exists, update the DHCP server config instance with specified attributes. Realized entities of this API can be found using the path of Tier-0, Tier1, or Segment where this config is applied on. Modification of edge_cluster_path in DhcpServerConfig will lose all existing DHCP leases. If both the preferred_edge_paths in the DhcpServerConfig are changed in a same PATCH API, e.g. change from [a,b] to [x,y], the current DHCP server leases will be lost, which could cause network connectivity issues. It is recommended to change only one member index in an update call, e.g. from [a, b] to [a,y]. Clearing preferred_edge_paths will not reassign edge nodes from the edge cluster. Instead, the previously-allocated edge nodes will be retained to avoid loss of leases. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpServerConfig = Initialize-DhcpServerConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" -dhcpServerConfig $dhcpServerConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpServerConfig = Initialize-DhcpServerConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" -dhcpServerConfig $dhcpServerConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDhcpServerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpServerConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile</command:noun> <maml:description> <maml:para>Create or update Gateway QoS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, update the gateway QoS profile instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayQosProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayQosProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayQosProfile = Initialize-GatewayQosProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -gatewayQosProfile $gatewayQosProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayQosProfile = Initialize-GatewayQosProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -gatewayQosProfile $gatewayQosProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayQosProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayQosProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment</command:noun> <maml:description> <maml:para>Create or update a segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a infra segment connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the infra segment connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new DHCP static binding instance. If it already exists, replace the existing DHCP static binding instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort</command:noun> <maml:description> <maml:para>Patch an infra segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create an infra segment port if it does not exist based on the IDs, or update existing port information by replacing the port object fields which presents in the request body. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce</command:noun> <maml:description> <maml:para>Create or update a segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. Force parameter is required when workload connectivity is indirectly impacted with the current update. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentWithForce with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile</command:noun> <maml:description> <maml:para>Create or update IPv6 DAD profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the dad-profile-id is not already present, create a new IPv6 DAD profile instance. If it already exists, update the IPv6 DAD profile instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6DadProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6DadProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Ipv6DadProfile = Initialize-Ipv6DadProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" -ipv6DadProfile $ipv6DadProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Ipv6DadProfile = Initialize-Ipv6DadProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" -ipv6DadProfile $ipv6DadProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6DadProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Ipv6DadProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile</command:noun> <maml:description> <maml:para>Create or update IPv6 NDRA profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If profile with the ndra-profile-id is not already present, create a new IPv6 NDRA profile instance. If it already exists, update the IPv6 NDRA profile instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6NdraProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Ipv6NdraProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Ipv6NdraProfile = Initialize-Ipv6NdraProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" -ipv6NdraProfile $ipv6NdraProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Ipv6NdraProfile = Initialize-Ipv6NdraProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" -ipv6NdraProfile $ipv6NdraProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIpv6NdraProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Ipv6NdraProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegment</command:noun> <maml:description> <maml:para>Create or update a segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If segment with the segment-id is not already present, create a new segment. If it already exists, update the segment with specified attributes. Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the Alarm, GPRR, error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Segment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Segment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Segment = Initialize-Segment Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segment $segment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Segment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new DHCP static binding instance. If it already exists, replace the existing DHCP static binding instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig</command:noun> <maml:description> <maml:para>Create or update a static ARP config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create static ARP config with Tier-1 and segment IDs provided if it doesn't exist, update with provided config if it's already created. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticARPConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticARPConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticARPConfig = Initialize-StaticARPConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -staticARPConfig $staticARPConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticARPConfig = Initialize-StaticARPConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -staticARPConfig $staticARPConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchStaticARPConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticARPConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1</command:noun> <maml:description> <maml:para>Create or update Tier-1 configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If Tier-1 with the tier-1-id is not already present, create a new Tier-1 instance. If it already exists, update the tier-1 instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1 = Initialize-Tier1 Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -tier1 $tier1 </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1 = Initialize-Tier1 Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -tier1 $tier1 </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface</command:noun> <maml:description> <maml:para>Create or update a Tier-1 interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If an interface with the interface-id is not already present, create a new interface. If it already exists, update the interface for specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Interface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1Interface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Interface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1Interface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1Interface = Initialize-Tier1Interface Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" -tier1Interface $tier1Interface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1Interface = Initialize-Tier1Interface Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" -tier1Interface $tier1Interface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1Interface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1Interface</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup</command:noun> <maml:description> <maml:para>Create or update a Tier-1 Interface group.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If an Interface group with the label-id is not already present, create a new Interface group. If it already exists, update the Interface group for specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1InterfaceGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1InterfaceGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1InterfaceGroup = Initialize-Tier1InterfaceGroup Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" -tier1InterfaceGroup $tier1InterfaceGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1InterfaceGroup = Initialize-Tier1InterfaceGroup Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" -tier1InterfaceGroup $tier1InterfaceGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1InterfaceGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1InterfaceGroup</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices</command:noun> <maml:description> <maml:para>Create or update a Tier-1 locale-services</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Tier-1 locale services with the locale-services-id is not already present, create a new locale services. If it already exists, update Tier-1 locale services with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServices</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocaleServices</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServices</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LocaleServices</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LocaleServices = Initialize-LocaleServices Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -localeServices $localeServices </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LocaleServices = Initialize-LocaleServices Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -localeServices $localeServices </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LocaleServices</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a tier1 segment connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the infra segment connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentConnectionBindingMap = Initialize-SegmentConnectionBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" -segmentConnectionBindingMap $segmentConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort</command:noun> <maml:description> <maml:para>Patch a Tier-1 segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a Tier-1 segment port if it does not exist based on the IDs, or update existing port information by replacing the port object fields which presents in the request body. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentPort = Initialize-SegmentPort Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -segmentPort $segmentPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SegmentPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface</command:noun> <maml:description> <maml:para>Create or update a Tier-1 service interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Tier1 service interface with the interface-id is not already present, create a new Tier1 service interface. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceInterface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceInterface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceInterface</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceInterface</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceInterface = Initialize-ServiceInterface Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -serviceInterface $serviceInterface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceInterface = Initialize-ServiceInterface Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -serviceInterface $serviceInterface </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1ServiceInterface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceInterface</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes</command:noun> <maml:description> <maml:para>Create or update a Tier-1 static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If static routes for route-id are not already present, create static routes. If it already exists, update static routes for route-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1StaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticRoutes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig</command:noun> <maml:description> <maml:para>Create or update a traceflow config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a traceflow config with the traceflow-id is not already present, create a new traceflow config. If it already exists, update the traceflow config. This is a full replace. This configuration will be cleaned up by the system after two hours of inactivity. To start traceflow on a DHCP port in a custom project, enforcement point path is required. <br> Please use PUT API to start new Traceflow sessions. By default, traceflow observations will be cleanup every two hours, please use is_transient flag to avoid the cleanup. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TraceflowConfig = Initialize-TraceflowConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -traceflowConfig $traceflowConfig -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TraceflowConfig = Initialize-TraceflowConfig Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -traceflowConfig $traceflowConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTraceflowConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TraceflowConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig</command:noun> <maml:description> <maml:para>Read DHCP relay configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP relay configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpRelayConfigId</maml:name> <maml:Description> <maml:para>DHCP relay config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpRelayConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpRelayConfigId "dhcpRelayConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpRelayConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig</command:noun> <maml:description> <maml:para>Read DHCP server configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP server configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpServerConfigId</maml:name> <maml:Description> <maml:para>DHCP server config ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig -orgId "orgId_example" -projectId "projectId_example" -dhcpServerConfigId "dhcpServerConfigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile</command:noun> <maml:description> <maml:para>Read gateway QoS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read gateway QoS profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayQosProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayQosProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadInfraSegment</command:noun> <maml:description> <maml:para>Read infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read infra segment Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Read infra SegmentConnectionBindingMap</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read infra SegmentConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Read DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile</command:noun> <maml:description> <maml:para>Read IPv6 DAD profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IPv6 DAD profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DadProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6DadProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile -orgId "orgId_example" -projectId "projectId_example" -dadProfileId "dadProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6DadProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile</command:noun> <maml:description> <maml:para>Read IPv6 NDRA profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IPv6 NDRA profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NdraProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Ipv6NdraProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile -orgId "orgId_example" -projectId "projectId_example" -ndraProfileId "ndraProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpv6NdraProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSegment</command:noun> <maml:description> <maml:para>Read segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read segment Note: Extended Segment: Please note that old vpn path deprecated. If user specify old l2vpn path in the \"l2_extension\" object in the PUT/PATCH API payload, the path returned in the GET response payload may include the new path instead of the deprecated l2vpn path. Both old and new l2vpn path refer to same resource. there is no functional impact. Also note that l2vpn path included in the error messages returned from validation may include the new VPN path instead of the deprecated l2vpn path. Both new path and old vpn path refer to same resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Segment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding</command:noun> <maml:description> <maml:para>Read DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig</command:noun> <maml:description> <maml:para>Read static ARP config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read static ARP config</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticARPConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadStaticARPConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1</command:noun> <maml:description> <maml:para>Read Tier-1 configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier-1 configuration</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1Interface</command:noun> <maml:description> <maml:para>Read Tier-1 interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier-1 interface</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1Interface</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1Interface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup</command:noun> <maml:description> <maml:para>Read Tier-1 Interface group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier-1 Interface group</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1InterfaceGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices</command:noun> <maml:description> <maml:para>Read Tier-1 locale-services</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier-1 locale-services</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LocaleServices</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1LocaleServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap</command:noun> <maml:description> <maml:para>Read Tier1 SegmentConnectionBindingMap</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier1 SegmentConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1SegmentConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface</command:noun> <maml:description> <maml:para>Read Tier 1 service interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier 1 service interface</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInterface</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1ServiceInterface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes</command:noun> <maml:description> <maml:para>Read Tier-1 static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Tier-1 static routes</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTier1StaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig</command:noun> <maml:description> <maml:para>Read traceflow config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read traceflow config with id traceflow-id. This configuration will be cleaned up by the system after two hours of inactivity. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus</command:noun> <maml:description> <maml:para>Read traceflow status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read traceflow status with id traceflow-id. Traceflow configuration will be cleaned up by the system after two hours of inactivity. Enforcement Path is optional parameter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Traceflow</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTraceflowStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraRestartTraceflow</command:noun> <maml:description> <maml:para>Restart traceflow with same set of parameters used during create/update traceflow</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This will retrace even if current traceflow has observations. Current observations will be lost. Traceflow configuration will be cleaned up by the system after two hours of inactivity. <br> Please use PUT API to start new Traceflow sessions. By default, traceflow observations will be cleanup every two hours, please use is_transient flag to avoid the cleanup. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -action "action_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraRestartTraceflow with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess</command:noun> <maml:description> <maml:para>Reprocess Tier1 gateway configuration and publish updates to NSX controller</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Reprocess Tier1 gateway configuration and configuration of related entities like Tier1 interfaces and static routes, etc. Any missing Updates are published to NSX controller. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraTier1GatewayReprocess with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup</command:noun> <maml:description> <maml:para>Update a Tier-1 Interface group.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the Interface group for specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1InterfaceGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1InterfaceGroup</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1InterfaceGroup</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tier1InterfaceGroup = Initialize-Tier1InterfaceGroup Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" -tier1InterfaceGroup $tier1InterfaceGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tier1InterfaceGroup = Initialize-Tier1InterfaceGroup Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -groupId "groupId_example" -tier1InterfaceGroup $tier1InterfaceGroup </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1InterfaceGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Tier1InterfaceGroup</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig</command:noun> <maml:description> <maml:para>Create or update a traceflow config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a traceflow config with the traceflow-id is not already present, create a new traceflow config. If it already exists, update the traceflow config. This is a full replace. This configuration will be cleaned up by the system after two hours of inactivity. To start traceflow on a DHCP port in a custom project, enforcement point path is required. User needs to update the in-band network telemetry (INT) configuration to specify the DSCP bit/value for traceflow crafted packet, if the source port of traceflow is on VLAN logical network. The INT configuration is under global operations configuration so please refer NSX-T API document Policy > Networking > Networking Profiles > Global Gateway Configuration to check how to set the DSCP bit/value via global operations configuration related API. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TraceflowConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TraceflowConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TraceflowConfig = Initialize-TraceflowConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -traceflowConfig $traceflowConfig -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TraceflowConfig = Initialize-TraceflowConfig Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig -orgId "orgId_example" -projectId "projectId_example" -traceflowId "traceflowId_example" -traceflowConfig $traceflowConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTraceflowConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TraceflowConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxies for infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port on connected to the segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxies for infra segment in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port on connected to the segment in CSV format </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForInfraSegmentInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxies for tier-1 segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port on connected to the segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1Segment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxies for tier-1 segment in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port on connected to the segment in CSV </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpProxiesForTier1SegmentInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment</command:noun> <maml:description> <maml:para>Get ARP table for downlink router port on tier-0 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get ARP table for downlink router port on tier-0 router. <br> This API is deprecated because it is duplicate. Please use /infra/segments/&lt;segment-id&gt;/arp-table Segment ID is the ID of the segment that is connected to the the tier-0 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv</command:noun> <maml:description> <maml:para>Get ARP table for downlink router port on tier-0 router in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get ARP table for downlink router port on tier-0 router in CSV. <br> This API is deprecated because it is duplicate. Please use /infra/segments/&lt;segment-id&gt;/arp-table?format=csv Segment ID is the ID of the segment that is connected to the the tier-0 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForInfraSegmentInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment</command:noun> <maml:description> <maml:para>Get ARP table for downlink router port on tier-1 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get ARP table for downlink router port on tier-1 router. <br> This API is deprecated because it is duplicate. Please use /infra/tier-1s/&lt;tier-1-id>/segments/&lt;segment-id>/arp-table Segment ID is the ID of the segment that is connected to the the tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1Segment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv</command:noun> <maml:description> <maml:para>Get ARP table for downlink router port on tier-1 router in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get ARP table for downlink router port on tier-1 router in CSV. <br> This API is deprecated because it is duplicate. Please use /infra/tier-1s/&lt;tier-1-id&gt;/segments/&lt;segment-id&gt;/arp-table?format=csv Segment ID is the ID of the segment that is connected to the the tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortArpTableForTier1SegmentInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment</command:noun> <maml:description> <maml:para>Get DAD state for downlink router port on tier-0 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-0 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceDADState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment</command:noun> <maml:description> <maml:para>Get DAD state for downlink router port on tier-1 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceDADState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortDadStateForTier1Segment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment</command:noun> <maml:description> <maml:para>Get statistics for downlink router port on tier-0 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-0 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment</command:noun> <maml:description> <maml:para>Get statistics for downlink router port on tier-1 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsForTier1Segment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment</command:noun> <maml:description> <maml:para>Get statistics for downlink router port on tier-0 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-0 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatisticsSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForInfraSegment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment</command:noun> <maml:description> <maml:para>Get statistics for downlink router port on tier-1 router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Segment ID is the ID of the segment that is connected to the the tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatisticsSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDownlinkPortStatisticsSummaryForTier1Segment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable</command:noun> <maml:description> <maml:para>Get ARP table from segment interface (downlink)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface (downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv</command:noun> <maml:description> <maml:para>Get ARP table from segment interface (downlink) in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the interface (downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentInterfaceArpTableCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable</command:noun> <maml:description> <maml:para>Get infra segment MAC table</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv</command:noun> <maml:description> <maml:para>Get infra segment MAC table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentMacTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable</command:noun> <maml:description> <maml:para>Get MAC table for infra segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv</command:noun> <maml:description> <maml:para>Get infra segment port MAC table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortMacTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState</command:noun> <maml:description> <maml:para>Get infra segment port state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns infra segment port state on enforcement point </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics</command:noun> <maml:description> <maml:para>Get infra segment port statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get infra segment port statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus</command:noun> <maml:description> <maml:para>Get infra segment port status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get infra segment port status information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState</command:noun> <maml:description> <maml:para>Get infra segment state information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get infra segment state information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConfigurationState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics</command:noun> <maml:description> <maml:para>Get infra segment statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get infra segment statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics -orgId "orgId_example" -projectId "projectId_example" -segmentsId "segmentsId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable</command:noun> <maml:description> <maml:para>Get infra segment TEP table</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns TEP table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyTepListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv</command:noun> <maml:description> <maml:para>Get tier-1 segment TEP table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns TEP table for a segment in CSV </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyTepCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentTepTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState</command:noun> <maml:description> <maml:para>Get infra segments by configuration state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns all infra segments with configuration state on the enforcement point specified in the request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigurationState</maml:name> <maml:Description> <maml:para>Configuration state of the segment on enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigurationState</maml:name> <maml:Description> <maml:para>Configuration state of the segment on enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConfigurationStateListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState -orgId "orgId_example" -projectId "projectId_example" -configurationState "pending" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentsByState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable</command:noun> <maml:description> <maml:para>Get ARP table from segment interface (downlink)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface (downlink) attaching segment to tier-1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv</command:noun> <maml:description> <maml:para>Get ARP table from segment interface (downlink) in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the interface (downlink) attaching segment to tier1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentInterfaceArpTableCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics</command:noun> <maml:description> <maml:para>Get tier-1 segment port statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 segment port statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus</command:noun> <maml:description> <maml:para>Get segment port status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier1 segment port status information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentPortStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentState</command:noun> <maml:description> <maml:para>Get segment state information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier1 segment state information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConfigurationState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics</command:noun> <maml:description> <maml:para>Get segment statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier1 segment statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentsId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentsId "segmentsId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks</command:noun> <maml:description> <maml:para>List advertised networks</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return networks which are advertised to connected TIER0 gateway. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworksListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworks with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat</command:noun> <maml:description> <maml:para>List advertised networks in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return networks which are advertised to connected TIER0 gateway in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworkInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1AdvertisedNetworksInCsvFormat with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies</command:noun> <maml:description> <maml:para>Get Tier-1 Address Resolution Protocol Proxies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Tier-1 Address Resolution Protocol Proxies. <br> This API is deprecated. Please use /infra/tier-1s/&lt;tier-1-id&gt;/arp-proxies Returns ARP proxy table for a tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ArpProxies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable</command:noun> <maml:description> <maml:para>Get forwarding table from tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoutingTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv</command:noun> <maml:description> <maml:para>Get forwarding table from tier-1 in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from tier-1 gateway in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayRouteTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1ForwardingTableCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies</command:noun> <maml:description> <maml:para>Get Tier-1 Address Resolution Protocol Proxies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a tier-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv</command:noun> <maml:description> <maml:para>Get Tier-1 Address Resolution Protocol Proxies in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a tier-1 in CSV format </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1GatewayArpProxiesInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies</command:noun> <maml:description> <maml:para>Get Tier-1 Interface Address Resolution Protocol Proxies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a tier-1 interface </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv</command:noun> <maml:description> <maml:para>Get Tier-1 Interface Address Resolution Protocol Proxies in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a tier-1 interface in CSV format </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpProxiesInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable</command:noun> <maml:description> <maml:para>Get ARP table from tier-1 interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-1 interface, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv</command:noun> <maml:description> <maml:para>Get ARP table from tier-1 interface in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the tier-1 interface, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceArpTableCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState</command:noun> <maml:description> <maml:para>Get DAD status by interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 interface DAD state information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceDADState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceDADState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics</command:noun> <maml:description> <maml:para>Get tier-1 interface group statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 interface group statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceGroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceGroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceGroupStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceGroupId "interfaceGroupId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceGroupId "interfaceGroupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceGroupStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics</command:noun> <maml:description> <maml:para>Get tier-1 interface statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 interface statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary</command:noun> <maml:description> <maml:para>Get tier-1 interface statistics summary information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 interface statistics summary information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfaceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatisticsSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -interfaceId "interfaceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1InterfaceStatisticsSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable</command:noun> <maml:description> <maml:para>Get tier-1 router link arp information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 interface arp information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv</command:noun> <maml:description> <maml:para>Get ARP table from tier-1 router link interface in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the tier-1 router link interface. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkArpTableCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics</command:noun> <maml:description> <maml:para>Get tier-1 router link statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 router link statistics information for the linked tier-0 interface. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics</command:noun> <maml:description> <maml:para>Get tier-1 router link statistics summary information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tier-1 router link statistics summary information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatisticsSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1RouterLinkSummaryStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable</command:noun> <maml:description> <maml:para>Get Tier-1 segment MAC table</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv</command:noun> <maml:description> <maml:para>Get Tier-1 segment MAC table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentMacTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable</command:noun> <maml:description> <maml:para>Get MAC table for tier-1 segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv</command:noun> <maml:description> <maml:para>Get tier-1 segment port MAC table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a segment port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortMacTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState</command:noun> <maml:description> <maml:para>Get tier-1 segment port state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns tier-1 segment port state on enforcement point </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentPortState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable</command:noun> <maml:description> <maml:para>Get tier-1 segment TEP table</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns TEP table for a segment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyTepListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv</command:noun> <maml:description> <maml:para>Get tier-1 segment TEP table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns TEP table for a segment in CSV </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyTepCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentTepTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState</command:noun> <maml:description> <maml:para>Get tier-1 segments by configuration state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns all tier-1 segments with configuration state on the enforcement point specified in the request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigurationState</maml:name> <maml:Description> <maml:para>Configuration state of the segment on enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigurationState</maml:name> <maml:Description> <maml:para>Configuration state of the segment on enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentConfigurationStateListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -configurationState "pending" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SegmentsByState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1State</command:noun> <maml:description> <maml:para>Get Tier1 state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfacePath</maml:name> <maml:Description> <maml:para>Interface path for interface specific state such as IPv6 DAD state</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Returns specific information based on the value specified.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InterfacePath</maml:name> <maml:Description> <maml:para>Interface path for interface specific state such as IPv6 DAD state</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Returns specific information based on the value specified.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Tier1GatewayState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -interfacePath "interfacePath_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -type "GATEWAY_STATE" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1State with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles</command:noun> <maml:description> <maml:para>List all effective profiles for infra segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all effective profiles for this segment on given enforcement point.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EffectiveProfilesResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentEffectiveProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles</command:noun> <maml:description> <maml:para>List all effective profiles for infra segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all effective profiles for this segment port on given enforcement point.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EffectiveProfilesResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortsEffectiveProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles</command:noun> <maml:description> <maml:para>List all effective profiles for segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all effective profiles for this segment on given enforcement point.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EffectiveProfilesResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentEffectiveProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles</command:noun> <maml:description> <maml:para>List all effective profiles for tier-1 segment port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all effective profiles for this segment port on given enforcement point.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.EffectiveProfilesResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1SegmentPortsEffectiveProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases</command:noun> <maml:description> <maml:para>Read DHCP server leases</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP server leases</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP or MAC address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPath</maml:name> <maml:Description> <maml:para>Segment path to retrieve lease information</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP or MAC address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPath</maml:name> <maml:Description> <maml:para>Segment path to retrieve lease information</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpLeasesResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" -address "address_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -segmentPath "segmentPath_example" -sortAscending $true -sortBy "sortBy_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerLeases with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState</command:noun> <maml:description> <maml:para>Read DHCP server state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP server state</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats</command:noun> <maml:description> <maml:para>Read DHCP server statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP server statistics</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStats with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus</command:noun> <maml:description> <maml:para>Read DHCP server status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP server status</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDhcpServerStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState</command:noun> <maml:description> <maml:para>Read DHCP static binding state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP static binding state</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadInfraSegmentDhcpStaticBindingState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState</command:noun> <maml:description> <maml:para>Read DHCP static binding state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read DHCP static binding state</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSegmentDhcpStaticBindingState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats</command:noun> <maml:description> <maml:para>Reset DHCP server statistics counters</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Reset DHCP statistics counters of a DHCP server represented by the connectivity_path and the enforecement_point_path where the dhcp-server-config was applied to. The connectivity_path can be the Tier0 path, Tier1 path or a segment path. If the given Tier0/1 or Segment has DHCP server applied, the resetting will succeed and the DHCP statistics counters will be reset to 0. But if it has no DHCP server applied, the reseting will fail with proper error message. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConfigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConnectivityPath</maml:name> <maml:Description> <maml:para>String Path of Tier0, Tier1 or Segment</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -configId "configId_example" -connectivityPath "connectivityPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetDhcpServerStats with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint</command:noun> <maml:description> <maml:para>Create or update tenant Constraint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create tenant constraint if it does not exist, otherwise replace the existing constraint. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Constraint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Constraint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Constraint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Constraint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Constraint = Initialize-Constraint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" -constraint $constraint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Constraint = Initialize-Constraint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" -constraint $constraint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceTenantConstraint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Constraint</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint</command:noun> <maml:description> <maml:para>Delete tenant Constraint.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete tenant constraint.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTenantConstraint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTenantConstraints</command:noun> <maml:description> <maml:para>List tenant Constraints.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List tenant constraints.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConstraintListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTenantConstraints with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint</command:noun> <maml:description> <maml:para>Create or update tenant Constraint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create tenant constraint if not exists, otherwise update the existing constraint. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Constraint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Constraint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Constraint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Constraint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Constraint = Initialize-Constraint Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" -constraint $constraint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Constraint = Initialize-Constraint Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" -constraint $constraint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTenantConstraint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Constraint</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint</command:noun> <maml:description> <maml:para>Read tenant Constraint.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read tenant constraint.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Constraint</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint -orgId "orgId_example" -projectId "projectId_example" -constraintId "constraintId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadTenantConstraint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute</command:noun> <maml:description> <maml:para>Adds/Removes custom attribute values from list</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API adds/removes custom attribute values from list for a given attribute key. The values in the request will be added or removed from the existing list. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove Custom Context Profile Attribute values.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyCustomAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove Custom Context Profile Attribute values.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyCustomAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyCustomAttributes = Initialize-PolicyCustomAttributes Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute -orgId "orgId_example" -projectId "projectId_example" -action "add" -policyCustomAttributes $policyCustomAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyCustomAttributes = Initialize-PolicyCustomAttributes Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute -orgId "orgId_example" -projectId "projectId_example" -action "add" -policyCustomAttributes $policyCustomAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttribute with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyCustomAttributes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues</command:noun> <maml:description> <maml:para>Adds/Removes custom attribute values from list</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API adds/removes custom attribute values from list for a given attribute key. <br> This rest routine is deprecated. Use /infra/context-profiles/custom-attributes/default to Adds/Removes custom attribute values from list </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove Custom Context Profile Attribute values.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Add or Remove Custom Context Profile Attribute values.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ContextProfileAttributesMetadata = Initialize-ContextProfileAttributesMetadata -Key "MyKey" -Value "MyValue" $PolicySubAttributes = Initialize-PolicySubAttributes -Key "TLS_CIPHER_SUITE" -Value "MyValue" -Datatype "STRING" $PolicyAttributes = Initialize-PolicyAttributes -Key "APP_ID" -Value "MyValue" -IsALGType $false -CustomUrlPartialMatch $false -Datatype "STRING" -Description "MyDescription" -Metadata $ContextProfileAttributesMetadata -SubAttributes $PolicySubAttributes -AttributeSource "SYSTEM" Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues -orgId "orgId_example" -projectId "projectId_example" -action "add" -policyAttributes $policyAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyAttributes = Initialize-PolicyAttributes -Key "APP_ID" -Value "MyValue" -Datatype "STRING" Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues -orgId "orgId_example" -projectId "projectId_example" -action "add" -policyAttributes $policyAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraAddRemoveCustomAttributeValues with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyAttributes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile</command:noun> <maml:description> <maml:para>Delete Policy Context Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes the specified Policy Context Profile. If the Policy Context Profile is consumed in a firewall rule, it won't get deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>Policy Context Profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Delete the locally overridden global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>Policy Context Profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Delete the locally overridden global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" -force $false -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyContextProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute</command:noun> <maml:description> <maml:para>Retrieves custom attribute values for given attribute key</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API lists all the custom attribute values defined in the system for the attribute_key mentioned as part of the url. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute -orgId "orgId_example" -projectId "projectId_example" -attributeKey "attributeKey_example" -attributeSource "ALL" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetCustomAttribute with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile</command:noun> <maml:description> <maml:para>Get PolicyContextProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a single PolicyContextProfile by id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyContextProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles</command:noun> <maml:description> <maml:para>Get PolicyContextProfiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all PolicyContextProfiles </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyContextProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes</command:noun> <maml:description> <maml:para>List Policy Context Profile supported attributes and sub-attributes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns supported attribute and sub-attributes for specified attribute key with their supported values, if provided in query/request parameter, else will fetch all supported attributes and sub-attributes for all supported attribute keys. Alternatively, to get a list of supported attributes and sub-attributes fire the following REST API GET https://&lt;policy-mgr&gt;/policy/api/v1/infra/context-profiles/attributes </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeKey</maml:name> <maml:Description> <maml:para>Fetch attributes and sub-attributes for the given attribute key</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttributeSource</maml:name> <maml:Description> <maml:para>Source of the attribute, System Defined or custom</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>SYSTEM</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes -orgId "orgId_example" -projectId "projectId_example" -attributeKey "attributeKey_example" -attributeSource "ALL" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListProfileSupportedAttributes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile</command:noun> <maml:description> <maml:para>Create PolicyContextProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates/Updates a PolicyContextProfile, which encapsulates attribute and sub-attributes of network services. Rules for using attributes and sub-attributes in single PolicyContextProfile 1. One type of attribute can't have multiple occurrences. ( Eg. - Attribute type APP_ID can be used only once per PolicyContextProfile.) 2. For specifying multiple values for an attribute, provide them in an array. 3. If sub-attribtes are mentioned for an attribute, then only single value is allowed for that attribute. 4. To get a list of supported attributes and sub-attributes fire the following REST API GET https://&lt;policy-mgr&gt;/policy/api/v1/infra/context-profiles/attributes 5. Do not create context profile with \"custom_attributes\" id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyContextProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyContextProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyContextProfile = Initialize-PolicyContextProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" -policyContextProfile $policyContextProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyContextProfile = Initialize-PolicyContextProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" -policyContextProfile $policyContextProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCreateOrUpdatePolicyContextProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyContextProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute</command:noun> <maml:description> <maml:para>Update custom attribute value list for given attribute key.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API updates custom attribute value list for given key in the request. This replaces the existing list with the list provided in the request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyCustomAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyCustomAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyCustomAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyCustomAttributes = Initialize-PolicyCustomAttributes Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute -orgId "orgId_example" -projectId "projectId_example" -policyCustomAttributes $policyCustomAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyCustomAttributes = Initialize-PolicyCustomAttributes Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute -orgId "orgId_example" -projectId "projectId_example" -policyCustomAttributes $policyCustomAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttribute with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyCustomAttributes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList</command:noun> <maml:description> <maml:para>Update custom object attribute value list for given attribute key</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API updates custom attribute value list for given key. <br> This rest routine is deprecated. Use /infra/context-profiles/custom-attributes/default for create/update custom object attribute value list for given attribute key </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyAttributes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAttributes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ContextProfileAttributesMetadata = Initialize-ContextProfileAttributesMetadata -Key "MyKey" -Value "MyValue" $PolicySubAttributes = Initialize-PolicySubAttributes -Key "TLS_CIPHER_SUITE" -Value "MyValue" -Datatype "STRING" $PolicyAttributes = Initialize-PolicyAttributes -Key "APP_ID" -Value "MyValue" -IsALGType $false -CustomUrlPartialMatch $false -Datatype "STRING" -Description "MyDescription" -Metadata $ContextProfileAttributesMetadata -SubAttributes $PolicySubAttributes -AttributeSource "SYSTEM" Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList -orgId "orgId_example" -projectId "projectId_example" -policyAttributes $policyAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyAttributes = Initialize-PolicyAttributes -Key "APP_ID" -Value "MyValue" -Datatype "STRING" Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList -orgId "orgId_example" -projectId "projectId_example" -policyAttributes $policyAttributes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchCustomAttributeList with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyAttributes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile</command:noun> <maml:description> <maml:para>Create PolicyContextProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates/Updates a PolicyContextProfile, which encapsulates attribute and sub-attributes of network services. Rules for using attributes and sub-attributes in single PolicyContextProfile 1. One type of attribute can't have multiple occurrences. ( Eg. - Attribute type APP_ID can be used only once per PolicyContextProfile.) 2. For specifying multiple values for an attribute, provide them in an array. 3. If sub-attribtes are mentioned for an attribute, then only single value is allowed for that attribute. 4. To get a list of supported attributes and sub-attributes fire the following REST API GET https://&lt;policy-mgr&gt;/policy/api/v1/infra/context-profiles/attributes 5. Do not create context profile with \"custom_attributes\" id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyContextProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContextProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyContextProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContextProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyContextProfile = Initialize-PolicyContextProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" -policyContextProfile $policyContextProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyContextProfile = Initialize-PolicyContextProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile -orgId "orgId_example" -projectId "projectId_example" -contextProfileId "contextProfileId_example" -policyContextProfile $policyContextProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutCreateOrUpdatePolicyContextProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyContextProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics</command:noun> <maml:description> <maml:para>Get tier-1 DNS forwarder statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of tier-1 DNS forwarder. - no enforcement point path specified: Statistics will be evaluated on each enforcement point. - {enforcement_point_path}: Statistics are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateDNSForwarderStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus</command:noun> <maml:description> <maml:para>Get current status of tier-1 DNS forwarder</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get current status of tier-1 DNS forwarder. - no enforcement point path specified: Status will be evaluated on each enforcement point. - {enforcement_point_path}: Status will be evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateDNSForwarderStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1DNSForwarderStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding</command:noun> <maml:description> <maml:para>Delete Group discovery profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Group discovery profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGroupDiscoveryProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Delete Infra Port Discovery Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Infra Port Discovery Profile Binding Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Delete Segment Discovery Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Segment Discovery Profile Binding Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding</command:noun> <maml:description> <maml:para>Delete Port Discovery Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Port Discovery Profile Binding Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Delete Segment Discovery Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Segment Discovery Profile Binding Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding</command:noun> <maml:description> <maml:para>Get Group discovery profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Group discovery profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupDiscoveryProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Get Infra Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Infra Port Discovery Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Get Infra Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Infra Segment Discovery Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Get Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Port Discovery Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Get Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Segment Discovery Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings</command:noun> <maml:description> <maml:para>Get Group discovery profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Group discovery profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGroupDiscoveryProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings</command:noun> <maml:description> <maml:para>List Infra Port Discovery Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Infra Port Discovery Profile Binding Maps in current port id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortDiscoveryBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings</command:noun> <maml:description> <maml:para>List Infra Segment Discovery Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Infra Segment Discovery Profile Binding Maps in current segment id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentDiscoveryBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings</command:noun> <maml:description> <maml:para>List Port Discovery Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Port Discovery Profile Binding Maps in current port id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortDiscoveryBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings</command:noun> <maml:description> <maml:para>List Segment Discovery Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Segment Discovery Profile Binding Maps in current segment id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentDiscoveryBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding</command:noun> <maml:description> <maml:para>Create or update Group discovery profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Group discovery profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GroupDiscoveryProfileBindingMap = Initialize-GroupDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" -groupDiscoveryProfileBindingMap $groupDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GroupDiscoveryProfileBindingMap = Initialize-GroupDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" -groupDiscoveryProfileBindingMap $groupDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGroupDiscoveryProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GroupDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Create Infra Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Infra Port Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Create Infra Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Infra Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Create Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Port Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Create Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding</command:noun> <maml:description> <maml:para>Update Group discovery profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Group discovery profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Group discovery profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GroupDiscoveryProfileBindingMap = Initialize-GroupDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" -groupDiscoveryProfileBindingMap $groupDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GroupDiscoveryProfileBindingMap = Initialize-GroupDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -discoveryProfileBindingMapId "discoveryProfileBindingMapId_example" -groupDiscoveryProfileBindingMap $groupDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateGroupDiscoveryProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GroupDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding</command:noun> <maml:description> <maml:para>Update Infra Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Infra Port Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraPortId</maml:name> <maml:Description> <maml:para>Infra Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -infraPortId "infraPortId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Update Infra Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Infra Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InfraSegmentId</maml:name> <maml:Description> <maml:para>Infra Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -infraSegmentId "infraSegmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding</command:noun> <maml:description> <maml:para>Update Port Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Port Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortDiscoveryProfileBindingMap = Initialize-PortDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portDiscoveryProfileBindingMapId "portDiscoveryProfileBindingMapId_example" -portDiscoveryProfileBindingMap $portDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding</command:noun> <maml:description> <maml:para>Update Segment Discovery Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Segment Discovery Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Discovery Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentDiscoveryProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentDiscoveryProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentDiscoveryProfileBindingMap = Initialize-SegmentDiscoveryProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentDiscoveryProfileBindingMapId "segmentDiscoveryProfileBindingMapId_example" -segmentDiscoveryProfileBindingMap $segmentDiscoveryProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentDiscoveryBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentDiscoveryProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1</command:noun> <maml:description> <maml:para>Delete DNS configuration for tier-1 instance</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DNS configuration for tier-1 instance</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone</command:noun> <maml:description> <maml:para>Delete the DNS Forwarder Zone</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the DNS Forwarder Zone</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyDnsForwarderZone with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone</command:noun> <maml:description> <maml:para>List Dns Forwarder Zones</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all Dns Forwarder Zones </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZoneListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyDnsForwarderZone with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder</command:noun> <maml:description> <maml:para>Resolve a given address via the dns forwarder at Tier1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Query the nameserver for an ip-address or a FQDN of the given an address optionally using an specified DNS server. If the address is a fqdn, nslookup will resolve ip-address with it. If the address is an ip-address, do a reverse lookup and answer fqdn(s). If enforcement point is specified, then DNS forwarder nslookup answer will get fetched from specified enforcement point. Otherwise from all enforcement points. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP address or FQDN for nslookup</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP address or FQDN for nslookup</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregatePolicyDnsAnswer</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -address "address_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraLookupAddressViaTier1DNSForwarder with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1</command:noun> <maml:description> <maml:para>Create or update the DNS Forwarder</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update the DNS Forwarder</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarder</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarder</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDnsForwarder = Initialize-PolicyDnsForwarder Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -policyDnsForwarder $policyDnsForwarder </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDnsForwarder = Initialize-PolicyDnsForwarder Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -policyDnsForwarder $policyDnsForwarder </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDnsForwarder</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone</command:noun> <maml:description> <maml:para>Create or update the DNS Forwarder Zone</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update the DNS Forwarder Zone</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarderZone</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarderZone</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDnsForwarderZone = Initialize-PolicyDnsForwarderZone Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" -policyDnsForwarderZone $policyDnsForwarderZone </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDnsForwarderZone = Initialize-PolicyDnsForwarderZone Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" -policyDnsForwarderZone $policyDnsForwarderZone </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyDnsForwarderZone with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDnsForwarderZone</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1</command:noun> <maml:description> <maml:para>Perform the specified DNS forwarder action</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Perform the specified action for Tier0 DNS forwarder on specified enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>An action to be performed for DNS forwarder on EP</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>An action to be performed for DNS forwarder on EP</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -action "clear_cache" -enforcementPointPath "\"/infra/sites/default/enforcement-points/default\"" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -action "clear_cache" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPerformEPActionForDnsForwarderAtTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0</command:noun> <maml:description> <maml:para>Get the recent failed DNS queries</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return the given count of recent failed DNS queries from DNS forwarder. Since the DNS forwarder is running in Active/Standby HA mode on transport nodes, the given count of queries will be returned from each nodes. Hence the total queries returned could be doubled. If no count is specified, 100 recent failed queries are returned. If the recent failures is less than the given count, all the failures will be returned. The maximum count is 1,000. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Count</maml:name> <maml:Description> <maml:para>The count of the failed DNS queries</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long?</command:parameterValue> <dev:type> <maml:name>long?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>100</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Count</maml:name> <maml:Description> <maml:para>The count of the failed DNS queries</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long?</command:parameterValue> <dev:type> <maml:name>long?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>100</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsFailedQueries</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0 -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -count 100L -enforcementPointPath "\"/infra/sites/default/enforcement-points/default\"" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0 -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier0 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1</command:noun> <maml:description> <maml:para>Get the recent failed DNS queries</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return the given count of recent failed DNS queries from DNS forwarder. Since the DNS forwarder is running in Active/Standby HA mode on transport nodes, the given count of queries will be returned from each nodes. Hence the total queries returned could be doubled. If no count is specified, 100 recent failed queries are returned. If the recent failures is less than the given count, all the failures will be returned. The maximum count is 1,000. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Count</maml:name> <maml:Description> <maml:para>The count of the failed DNS queries</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long?</command:parameterValue> <dev:type> <maml:name>long?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>100</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Count</maml:name> <maml:Description> <maml:para>The count of the failed DNS queries</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">long?</command:parameterValue> <dev:type> <maml:name>long?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>100</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>An enforcement point path, on which the action is to be performed</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>"/infra/sites/default/enforcement-points/default"</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsFailedQueries</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -count 100L -enforcementPointPath "\"/infra/sites/default/enforcement-points/default\"" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadFailedDnsQueriesOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1</command:noun> <maml:description> <maml:para>Read the DNS Forwarder for the given tier-1 instance</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the DNS Forwarder for the given tier-1 instance</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone</command:noun> <maml:description> <maml:para>Read the DNS Forwarder Zone</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the DNS Forwarder Zone</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyDnsForwarderZone with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1</command:noun> <maml:description> <maml:para>Create or update the DNS Forwarder</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update the DNS Forwarder</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarder</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarder</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarder</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDnsForwarder = Initialize-PolicyDnsForwarder Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -policyDnsForwarder $policyDnsForwarder </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDnsForwarder = Initialize-PolicyDnsForwarder Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -policyDnsForwarder $policyDnsForwarder </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDnsForwarder</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone</command:noun> <maml:description> <maml:para>Create or update the DNS Forwarder Zone</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update the DNS Forwarder Zone</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarderZone</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsForwarderZoneId</maml:name> <maml:Description> <maml:para>DNS Forwarder Zone ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDnsForwarderZone</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDnsForwarderZone</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDnsForwarderZone = Initialize-PolicyDnsForwarderZone Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" -policyDnsForwarderZone $policyDnsForwarderZone </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDnsForwarderZone = Initialize-PolicyDnsForwarderZone Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone -orgId "orgId_example" -projectId "projectId_example" -dnsForwarderZoneId "dnsForwarderZoneId_example" -policyDnsForwarderZone $policyDnsForwarderZone </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyDnsForwarderZone with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDnsForwarderZone</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDraft</command:noun> <maml:description> <maml:para>Delete a manual draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete a manual draft.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft</command:noun> <maml:description> <maml:para>Get an aggregated configuration for the draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get an aggregated configuration that will get applied onto current configuration during publish of this draft. The response is a hierarchical payload containing the aggregated configuration differences from the latest auto draft till the specified draft. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetAggregatedConfigurationToBePublishedForDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult</command:noun> <maml:description> <maml:para>Get paginated aggregated configuration for the draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a paginated aggregated configuration of a given draft. This aggregated configuration is the differnece between the current published firewall configuration and a firewall configuration stored in a given draft. For an initial API call, if request_id is present in a response, then this is a paginated aggregated configuration of a given draft, containing all the security policies from the aggregated configuration. Using this request_id, more granular aggregated configuration, at security policy level, can be fetched from subsequent API calls. Absence of request_id suggests that whole aggregated configuration has been returned as a response to initial API call, as the size of aggregated configuration is not big enough to need pagination. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RequestId</maml:name> <maml:Description> <maml:para>Request identifier to track subsequent API calls</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Path of the root object of subtree</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RequestId</maml:name> <maml:Description> <maml:para>Request identifier to track subsequent API calls</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Path of the root object of subtree</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraftPaginatedAggregatedConfigurationResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -requestId "requestId_example" -rootPath "rootPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyDraftPaginatedAggregatedConfigurationResult with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft</command:noun> <maml:description> <maml:para>Get a preview of a configuration after publish of a draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a preview of a configuration which will be present after publish of a specified draft. The response essentially is a hierarchical payload containing the configuration, which will be in active after a specified draft gets published onto current configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPreviewOfConfigurationAfterPublishOfDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDrafts</command:noun> <maml:description> <maml:para>List policy drafts</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List policy drafts.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AutoDrafts</maml:name> <maml:Description> <maml:para>Fetch list of draft based on is_auto_draft flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AutoDrafts</maml:name> <maml:Description> <maml:para>Fetch list of draft based on is_auto_draft flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraftListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts -orgId "orgId_example" -projectId "projectId_example" -autoDrafts $true -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDrafts with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDraft</command:noun> <maml:description> <maml:para>Patch a manual draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new manual draft if the specified draft id does not correspond to an existing draft. Update the manual draft otherwise. Auto draft can not be updated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDraft</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDraft</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDraft</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDraft</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDraft = Initialize-PolicyDraft Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -policyDraft $policyDraft </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDraft = Initialize-PolicyDraft Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -policyDraft $policyDraft </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDraft</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPublishDraft</command:noun> <maml:description> <maml:para>Publish a draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a draft and publish it by applying changes onto current configuration. If there are additional changes on top of draft configuration, pass it as a request body, in form of Infra object. Otherwise, if there are no additional changes, then pass empty Infra object as a request body. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Infra</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Infra</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Infra</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Infra = Initialize-Infra Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -infra $infra </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPublishDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Infra</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPutDraft</command:noun> <maml:description> <maml:para>Create or update a manual draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new manual draft if the specified draft id does not correspond to an existing draft. Update the manual draft otherwise. Auto draft can not be updated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDraft</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDraft</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyDraft</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyDraft</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyDraft = Initialize-PolicyDraft Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -policyDraft $policyDraft </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyDraft = Initialize-PolicyDraft Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" -policyDraft $policyDraft </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyDraft</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDraft</command:noun> <maml:description> <maml:para>Read draft</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a draft for a given draft identifier. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DraftId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyDraft</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft -orgId "orgId_example" -projectId "projectId_example" -draftId "draftId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDraft with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain</command:noun> <maml:description> <maml:para>Update gateway policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the gateway policy for a domain. This is a full replace. All the rules are replaced. Performance Note: If you want to edit several rules in a gateway policy, use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule</command:noun> <maml:description> <maml:para>Update gateway rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the gateway rule. Create new rule if a rule with the rule-id is not already present. Performance Note: If you want to edit several rules in a gateway policy, prefer below mentioned API for optimal performance. Pass all the rules which you wish to edit as embedded rules to it. Use this API - PATCH (or PUT) /infra/domains/&lt;domain-id&gt;/gateway-policies/&lt;gateway-policy-id&gt; Concurrency Note: Concurrent firewall rule creation is not supported under the same Gateway Policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy</command:noun> <maml:description> <maml:para>Delete GatewayPolicy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete GatewayPolicy</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule</command:noun> <maml:description> <maml:para>Delete rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete rule</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics</command:noun> <maml:description> <maml:para>Get gateway policy statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a gateay policy. - no enforcement point path specified: Stats will be evaluated on each enforcement. point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayPolicyStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics</command:noun> <maml:description> <maml:para>Get gateway rule statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a gateway rule. - no enforcement point path specified: Stats will be evaluated on each enforcement. point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGatewayRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain</command:noun> <maml:description> <maml:para>List gateway policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all gateway policies for specified Domain.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includeRuleCount $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayPoliciesForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListGatewayRules</command:noun> <maml:description> <maml:para>List rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List rules</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListGatewayRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain</command:noun> <maml:description> <maml:para>Update gateway policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the gateway policy for a domain. This is a full replace. All the rules are replaced. Performance Note: If you want to edit several rules in a gateway policy use this API. It will perform better than several individual rule APIs. Just pass all the rules which you wish to edit as embedded rules to it. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule</command:noun> <maml:description> <maml:para>Update gateway rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the gateway rule. Create new rule if a rule with the rule-id is not already present. Performance Note: If you want to edit several rules in a gateway policy, prefer below mentioned API for optimal performance. Pass all the rules which you wish to edit as embedded rules to it. Use this API - PATCH (or PUT) /infra/domains/&lt;domain-id&gt;/gateway-policies/&lt;gateway-policy-id&gt; Concurrency Note: Concurrent firewall rule creation is not supported under the same Gateway Policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain</command:noun> <maml:description> <maml:para>Read gateway policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read gateway policy for a domain. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayPolicyForDomain with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadGatewayRule</command:noun> <maml:description> <maml:para>Read rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read rule</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy</command:noun> <maml:description> <maml:para>Revise the positioning of gateway policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to set a precedence of a gateway policy w.r.t others. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule</command:noun> <maml:description> <maml:para>Revise the positioning of gateway rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to re-order a gateway rule within a gateway policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall</command:noun> <maml:description> <maml:para>Get list of gateway policies with rules that belong to the specific Tier-1. </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get filtered view of Gateway Firewall rules associated with the Tier-1. The gateway policies are returned in the order of category and sequence number. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1GatewayFirewall with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall</command:noun> <maml:description> <maml:para>Get list of gateway policies with rules that belong to the specific Tier-1 LocalServices. </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale Services. The gateway policies are returned in the order of category and sequence number. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraViewTier1LocaleServicesGatewayFirewall with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListResourceInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>ListResourceInfo</command:noun> <maml:description> <maml:para>For each type of entity what are the attributes owned by policy.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API provides field names of attributes in NSX types that are owned by Policy, as opposed to those owned by the enforcement point. For any type on NSX, some of the attributes of that type may be owned and set by Policy when realizing the intent, while some others may be owned and set by the enforcement point itself. This information can be used to deactivate updates to Policy owned attributes by the advanced networking UI, while allowing tweaking to the attributes owned by the management plane. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListResourceInfo</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ResourceInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListResourceInfo -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -type "type_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourceInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListResourceInfo </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourceInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration</command:noun> <maml:description> <maml:para>Get dfw firewall configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the current dfw firewall configurations.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDfwFirewallConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies</command:noun> <maml:description> <maml:para>Get policies filtered based on the given criteria</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of policies filtered based on the given criteria. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Scope filter criteria</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ParentPath</maml:name> <maml:Description> <maml:para>Path of the parent object of the entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Scope filter criteria</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ParentPath</maml:name> <maml:Description> <maml:para>Path of the parent object of the entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies -orgId "orgId_example" -projectId "projectId_example" -scope "scope_example" -enforcementPointPath "enforcementPointPath_example" -parentPath "parentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies -orgId "orgId_example" -projectId "projectId_example" -scope "scope_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetFilteredRules</command:noun> <maml:description> <maml:para>Get rules filtered based on the given criteria</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of rules of given parent path of policy/section, filtered based on the given criteria. Parent path is mandatory. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Scope filter criteria</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ParentPath</maml:name> <maml:Description> <maml:para>Path of the parent object of the entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Scope filter criteria</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ParentPath</maml:name> <maml:Description> <maml:para>Path of the parent object of the entities</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules -orgId "orgId_example" -projectId "projectId_example" -scope "scope_example" -enforcementPointPath "enforcementPointPath_example" -parentPath "parentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules -orgId "orgId_example" -projectId "projectId_example" -scope "scope_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFilteredRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW</command:noun> <maml:description> <maml:para>Import K8s network policies to DFW Security Policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to import a set of K8s network policies into DFW security policies </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPolicyImportRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NetworkPolicyImportRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NetworkPolicyImportRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OnError</maml:name> <maml:Description> <maml:para>Action to take when error occurs</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>ABORT</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPolicyImportRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.NetworkPolicyImportRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NetworkPolicyImportRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OnError</maml:name> <maml:Description> <maml:para>Action to take when error occurs</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>ABORT</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.NetworkPolicyImportResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$NetworkPolicyImportRequest = Initialize-NetworkPolicyImportRequest -NetworkPolicyIds "MyNetworkPolicyIds" -SequenceNumberUpper 0 -SequenceNumberLower 0 Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW -orgId "orgId_example" -projectId "projectId_example" -networkPolicyImportRequest $networkPolicyImportRequest -onError "ABORT" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$NetworkPolicyImportRequest = Initialize-NetworkPolicyImportRequest -NetworkPolicyIds "MyNetworkPolicyIds" Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW -orgId "orgId_example" -projectId "projectId_example" -networkPolicyImportRequest $networkPolicyImportRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraImportK8sNPtoDFW with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-NetworkPolicyImportRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration</command:noun> <maml:description> <maml:para>Update dfw firewall configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update dfw firewall related configurations. Turning off distributed services (\"enable_firewall\": false) will turn off Distributed Firewall, Identity Firewall, Distributed Intrusion Detection and Prevention Service, Distributed Load Balancer. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DfwFirewallConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DfwFirewallConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DfwFirewallConfiguration = Initialize-DfwFirewallConfiguration Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" -dfwFirewallConfiguration $dfwFirewallConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DfwFirewallConfiguration = Initialize-DfwFirewallConfiguration Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" -dfwFirewallConfiguration $dfwFirewallConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDfwFirewallConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DfwFirewallConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration</command:noun> <maml:description> <maml:para>Update dfw firewall configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update dfw firewall related configurations. Turning off distributed services (\"enable_firewall\": false) will turn off Distributed Firewall, Identity Firewall, Distributed Intrusion Detection and Prevention Service, Distributed Load Balancer. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DfwFirewallConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DfwFirewallConfiguration</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DfwFirewallConfiguration</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DfwFirewallConfiguration = Initialize-DfwFirewallConfiguration Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" -dfwFirewallConfiguration $dfwFirewallConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DfwFirewallConfiguration = Initialize-DfwFirewallConfiguration Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration -orgId "orgId_example" -projectId "projectId_example" -dfwFirewallConfiguration $dfwFirewallConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPutDfwFirewallConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DfwFirewallConfiguration</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding</command:noun> <maml:description> <maml:para>Delete DNS security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete DNS security profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding</command:noun> <maml:description> <maml:para>Get DNS security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get DNS security profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetDnsSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings</command:noun> <maml:description> <maml:para>Get DNS security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get DNS security profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding</command:noun> <maml:description> <maml:para>Create or update DNS security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update DNS security profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DnsSecurityProfileBindingMap = Initialize-DnsSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" -dnsSecurityProfileBindingMap $dnsSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DnsSecurityProfileBindingMap = Initialize-DnsSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" -dnsSecurityProfileBindingMap $dnsSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DnsSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding</command:noun> <maml:description> <maml:para>Update DNS security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update DNS security profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>DNS security profile binding map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DnsSecurityProfileBindingMap = Initialize-DnsSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" -dnsSecurityProfileBindingMap $dnsSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DnsSecurityProfileBindingMap = Initialize-DnsSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -dnsSecurityProfileBindingMapId "dnsSecurityProfileBindingMapId_example" -dnsSecurityProfileBindingMap $dnsSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DnsSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding</command:noun> <maml:description> <maml:para>Delete Firewall Flood Protection Profile Binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Firewall Flood Protection Profile Binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallFloodProtectionBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding</command:noun> <maml:description> <maml:para>Get Firewall Flood Protection Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Firewall Flood Protection Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain-ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain-ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallFloodProtectionBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains</command:noun> <maml:description> <maml:para>List Firewall Flood Protection Profile Binding Maps for all domains</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Firewall Flood Protection Profile Binding Maps across all domains. This API returns the binding maps order by the sequence number. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallFloodProtectionBindingsAcrossDomains with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings</command:noun> <maml:description> <maml:para>List Firewall Flood Protection Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Firewall Flood Protection Profile Binding Maps in current group id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallFloodProtectionBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Firewall Flood Protection Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Firewall Flood Protection profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallFloodProtectionProfileBindingMap = Initialize-PolicyFirewallFloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" -policyFirewallFloodProtectionProfileBindingMap $policyFirewallFloodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallFloodProtectionProfileBindingMap = Initialize-PolicyFirewallFloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" -policyFirewallFloodProtectionProfileBindingMap $policyFirewallFloodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallFloodProtectionProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallFloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding</command:noun> <maml:description> <maml:para>Update Firewall Flood Protection Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Firewall Flood Protection Profile Binding Map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>DomainID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>DomainID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallFloodProtectionProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallFloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallFloodProtectionProfileBindingMap = Initialize-PolicyFirewallFloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" -policyFirewallFloodProtectionProfileBindingMap $policyFirewallFloodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallFloodProtectionProfileBindingMap = Initialize-PolicyFirewallFloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallFloodProtectionProfileBindingMapId "firewallFloodProtectionProfileBindingMapId_example" -policyFirewallFloodProtectionProfileBindingMap $policyFirewallFloodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallFloodProtectionBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallFloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler</command:noun> <maml:description> <maml:para>Delete Policy Firewall Scheduler</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes the specified PolicyFirewallScheduler. If scheduler is consumed in a security policy, it won't get deleted. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallScheduler with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler</command:noun> <maml:description> <maml:para>Get PolicyFirewallScheduler</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get a PolicyFirewallScheduler by id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallScheduler with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers</command:noun> <maml:description> <maml:para>Get PolicyFirewallSchedulers</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all PolicyFirewallSchedulers </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSchedulerListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSchedulers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler</command:noun> <maml:description> <maml:para>Create or Update PolicyFirewallScheduler</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates/Updates a PolicyFirewallScheduler, which can be set at security policy. Note that at least one property out of \"days\", \"start_date\", \"time_interval\", \"end_date\" is required if \"recurring\" field is true. Also \"start_time\" and \"end_time\" should not be present. And if \"recurring\" field is false then \"start_date\" and \"end_date\" is mandatory, \"start_time\" and \"end_time\" is optional. Also the fields \"days\" and \"time_interval\" should not be present. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallScheduler</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallScheduler</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallScheduler = Initialize-PolicyFirewallScheduler Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" -policyFirewallScheduler $policyFirewallScheduler </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallScheduler = Initialize-PolicyFirewallScheduler Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" -policyFirewallScheduler $policyFirewallScheduler </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallScheduler with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallScheduler</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler</command:noun> <maml:description> <maml:para>Create or Update PolicyFirewallScheduler</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Updates a PolicyFirewallScheduler, which can be set at security policy. Note that at least one property out of \"days\", \"start_date\", \"time_interval\", \"end_date\" is required if \"recurring\" field is true. Also \"start_time\" and \"end_time\" should not be present. And if \"recurring\" field is false then \"start_date\" and \"end_date\" is mandatory, \"start_time\" and \"end_time\" is optional. Also the fields \"days\" and \"time_interval\" should not be present. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallScheduler</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSchedulerId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallScheduler</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallScheduler</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallScheduler = Initialize-PolicyFirewallScheduler Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" -policyFirewallScheduler $policyFirewallScheduler </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallScheduler = Initialize-PolicyFirewallScheduler Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler -orgId "orgId_example" -projectId "projectId_example" -firewallSchedulerId "firewallSchedulerId_example" -policyFirewallScheduler $policyFirewallScheduler </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallScheduler with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallScheduler</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile</command:noun> <maml:description> <maml:para>Delete Firewall Session Timer Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Firewall Session Timer Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile</command:noun> <maml:description> <maml:para>Get Firewall Session Timer Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Firewall Session Timer Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles</command:noun> <maml:description> <maml:para>List Firewall Session Timer Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Firewall Session Timer Profiles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile</command:noun> <maml:description> <maml:para>Create or update Firewall Session Timer Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create/update Firewall Session Timer Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfile = Initialize-PolicyFirewallSessionTimerProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" -policyFirewallSessionTimerProfile $policyFirewallSessionTimerProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfile = Initialize-PolicyFirewallSessionTimerProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" -policyFirewallSessionTimerProfile $policyFirewallSessionTimerProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallSessionTimerProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile</command:noun> <maml:description> <maml:para>Update Firewall Session Timer Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Firewall Session Timer Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfile = Initialize-PolicyFirewallSessionTimerProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" -policyFirewallSessionTimerProfile $policyFirewallSessionTimerProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfile = Initialize-PolicyFirewallSessionTimerProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile -orgId "orgId_example" -projectId "projectId_example" -firewallSessionTimerProfileId "firewallSessionTimerProfileId_example" -policyFirewallSessionTimerProfile $policyFirewallSessionTimerProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallSessionTimerProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding</command:noun> <maml:description> <maml:para>Delete Firewall Session Timer Profile Binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Firewall Session Timer Profile Binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyFirewallSessionTimerBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding</command:noun> <maml:description> <maml:para>Get Firewall Session Timer Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Firewall Session Timer Profile Binding Map </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain-ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain-ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyFirewallSessionTimerBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains</command:noun> <maml:description> <maml:para>List Firewall Session Timer Profile Binding Maps for all domains</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Firewall Session Timer Profile Binding Maps across all domains. This API returns the binding maps order by the sequence number. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFirewallSessionTimerBindingsAcrossDomains with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings</command:noun> <maml:description> <maml:para>List Firewall Session Timer Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Firewall Session Timer Profile Binding Maps in current group id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyFirewallSessionTimerBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Firewall Session Timer Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Firewall Session Timer profile binding map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfileBindingMap = Initialize-PolicyFirewallSessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" -policyFirewallSessionTimerProfileBindingMap $policyFirewallSessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfileBindingMap = Initialize-PolicyFirewallSessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" -policyFirewallSessionTimerProfileBindingMap $policyFirewallSessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyFirewallSessionTimerProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallSessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding</command:noun> <maml:description> <maml:para>Update Firewall Session Timer Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Firewall Session Timer Profile Binding Map</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>DomainID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>DomainID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FirewallSessionTimerProfileBindingMapId</maml:name> <maml:Description> <maml:para>Firewall Session Timer Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyFirewallSessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfileBindingMap = Initialize-PolicyFirewallSessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" -policyFirewallSessionTimerProfileBindingMap $policyFirewallSessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyFirewallSessionTimerProfileBindingMap = Initialize-PolicyFirewallSessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -firewallSessionTimerProfileBindingMapId "firewallSessionTimerProfileBindingMapId_example" -policyFirewallSessionTimerProfileBindingMap $policyFirewallSessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyFirewallSessionTimerBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyFirewallSessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Delete Flood Protection Profile Binding for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Flood Protection Profile Binding for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1FloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Delete Flood Protection Profile Binding for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Flood Protection Profile Binding for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesFloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Delete Session Timer Profile Binding for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Session Timer Profile Binding for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1LocaleServicesSessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Delete Session Timer Profile Binding for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Session Timer Profile Binding for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1SessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Get Flood Protection Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Flood Protection Profile Binding Map for Tier-1 Logical Router. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1FloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Get Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesFloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Get Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1LocaleServicesSessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Get Session Timer Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Session Timer Profile Binding Map for Tier-1 Logical Router. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1SessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Flood Protection profile binding map for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1FloodProtectionProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Flood Protection profile binding map for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesFloodProtectionProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Session Timer profile binding map for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1LocaleServicesSessionTimerProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap</command:noun> <maml:description> <maml:para>Create or update Session Timer Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Session Timer profile binding map for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchTier1SessionTimerProfileBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Flood Protection profile binding map for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1FloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding</command:noun> <maml:description> <maml:para>Create or update Flood Protection Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Flood Protection profile binding map for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfileBindingMap = Initialize-FloodProtectionProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -floodProtectionProfileBindingId "floodProtectionProfileBindingId_example" -floodProtectionProfileBindingMap $floodProtectionProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesFloodProtectionProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Create or update Session Timer Profile Binding Map for Tier-1 Logical Router LocaleServices</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Session Timer profile binding map for Tier-1 Logical Router LocaleServices.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServicesId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServicesId "localeServicesId_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1LocaleServicesSessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding</command:noun> <maml:description> <maml:para>Create or update Session Timer Profile Binding Map for Tier-1 Logical Router</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or update Session Timer profile binding map for Tier-1 Logical Router.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SessionTimerProfileBindingMap = Initialize-SessionTimerProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -sessionTimerProfileBindingId "sessionTimerProfileBindingId_example" -sessionTimerProfileBindingMap $sessionTimerProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateTier1SessionTimerProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SessionTimerProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature</command:noun> <maml:description> <maml:para>Create or Update security configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update security configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityFeatures = Initialize-SecurityFeatures Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -securityFeatures $securityFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityFeatures = Initialize-SecurityFeatures Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -securityFeatures $securityFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSecurityFeature with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityFeatures</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature</command:noun> <maml:description> <maml:para>Create or Update security configuration</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a security configuration if it is not already present, otherwise update the security configuration. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityFeatures</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityFeatures = Initialize-SecurityFeatures Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -securityFeatures $securityFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityFeatures = Initialize-SecurityFeatures Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -securityFeatures $securityFeatures </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSecurityFeature with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityFeatures</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature</command:noun> <maml:description> <maml:para>Read Security Feature</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Security Feature. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Feature</maml:name> <maml:Description> <maml:para>Collection of T1 supported security features</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier1 id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Feature</maml:name> <maml:Description> <maml:para>Collection of T1 supported security features</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityFeatures</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -feature "MALWAREPREVENTION" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadSecurityFeature with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents</command:noun> <maml:description> <maml:para>Get Geo IP Blocked Events</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Geo IP Blocked Events. The system will return the latest 25k events stored. User can use optional request parameters like source_country_code or source_ip_address to filter the response. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Cursor for getting next page of records</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DestinationCountryCode</maml:name> <maml:Description> <maml:para>Comma Separated Destination Country Codes of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DestinationIpAddress</maml:name> <maml:Description> <maml:para>Comma Separated Destination IP Addresses of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Direction</maml:name> <maml:Description> <maml:para>Comma Separated Directions of Traffic</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeAllProjects</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue> <dev:type> <maml:name>uint?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>500</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Comma Separated Gateway Firewall Rule Ids of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SourceCountryCode</maml:name> <maml:Description> <maml:para>Comma Separated Source Country Codes of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SourceIpAddress</maml:name> <maml:Description> <maml:para>Comma Separated Source IP Addresses of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Cursor for getting next page of records</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DestinationCountryCode</maml:name> <maml:Description> <maml:para>Comma Separated Destination Country Codes of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DestinationIpAddress</maml:name> <maml:Description> <maml:para>Comma Separated Destination IP Addresses of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Direction</maml:name> <maml:Description> <maml:para>Comma Separated Directions of Traffic</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeAllProjects</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">uint?</command:parameterValue> <dev:type> <maml:name>uint?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>500</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Comma Separated Gateway Firewall Rule Ids of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SourceCountryCode</maml:name> <maml:Description> <maml:para>Comma Separated Source Country Codes of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SourceIpAddress</maml:name> <maml:Description> <maml:para>Comma Separated Source IP Addresses of Geo IP Blocked Event</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GeoIpBlockedEventsList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -destinationCountryCode "destinationCountryCode_example" -destinationIpAddress "destinationIpAddress_example" -direction "direction_example" -includeAllProjects $false -pageSize 500 -ruleId "ruleId_example" -sourceCountryCode "sourceCountryCode_example" -sourceIpAddress "sourceIpAddress_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpBlockedEvents with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp</command:noun> <maml:description> <maml:para>Get Geo IP Look Up</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Gets Country Code for the IP Address provided. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPv4 or IPv6 address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPv4 or IPv6 address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GeoIpLookUp</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp -orgId "orgId_example" -projectId "projectId_example" -ipAddress "ipAddress_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp -orgId "orgId_example" -projectId "projectId_example" -ipAddress "ipAddress_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGeoIpLookUp with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers</command:noun> <maml:description> <maml:para>Get Effective IPGroups that belong to this group.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns effective IPGroups that belong to this group. This API is applicable only for Groups containing IPSet member type. For Groups containing other member types,it returns an empty list. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPAddressGroupMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers</command:noun> <maml:description> <maml:para>Get IP addresses that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IP addresses that belong to this Group. This API is applicable for Groups containing either VirtualMachine, VIF, Segment ,Segment Port or IP Address member type.For Groups containing other member types,an empty list is returned </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupIPMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupIPMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers</command:noun> <maml:description> <maml:para>Get logical ports that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get logical ports that belong to this Group This API is applicable for Groups containing either VirtualMachine, VIF, Segment or Segment Port member type.For Groups containing other member types,an empty list is returned. <br> This rest routine is deprecated. Use /infra/domains/&lt;domain-id&gt;/groups/&lt;group-id&gt;/members/segment-ports instead for effective segment-port members as LogicalPort is not a supported member type . </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLPMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers</command:noun> <maml:description> <maml:para>Get logical switches that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get logical switches that belong to this Group. This API is applicable for Groups containing Segment member type. For Groups containing other member types, an empty list is returned. <br> This rest routine is deprecated. Use /infra/domains/&lt;domain-id&gt;/groups/&lt;group-id&gt;/members/segments instead for effective segment members as LogicalSwitch is not a supported member type. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupLSMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers</command:noun> <maml:description> <maml:para>Get pods that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get pods that belong to this Group. This API is applicable for Groups containing either Pod, Cluster, Namespace, Service member type. For Groups containing other member types an empty list is returned </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusterId</maml:name> <maml:Description> <maml:para>Cluster ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ClusterId</maml:name> <maml:Description> <maml:para>Cluster ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyContainerGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -clusterId "clusterId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupPodMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers</command:noun> <maml:description> <maml:para>Get segments that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get segments that belong to this Group </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers</command:noun> <maml:description> <maml:para>Get segment ports that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get segment ports that belong to this Group </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupSegmentPortMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupTags</command:noun> <maml:description> <maml:para>Get tags used to define conditions inside a Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get tags used to define conditions inside a Group. Also includes tags inside nested groups. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupTagsList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupTags with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers</command:noun> <maml:description> <maml:para>Get Virtual Network Interface instances that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Virtual Network Interface instances that belong to this Group. This API is applicable for Groups containing VirtualNetworkInterface and VirtualMachine member types. For Groups containing other member types,an empty list is returned.target_id in response is external_id of VirtualNetworkInterface or VirtualMachine. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualNetworkInterfaceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVIFMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers</command:noun> <maml:description> <maml:para>Get Virtual machines that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Virtual machines that belong to this Group. This API is applicable for Groups containing VirtualMachine,member type. For Groups containing other member types,an empty list is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealizedVirtualMachineListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS</command:noun> <maml:description> <maml:para>Get groups for which the given bare metal server (BMS) is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given bare metal server (BMS) is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BmsExternalId</maml:name> <maml:Description> <maml:para>BMS external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BmsExternalId</maml:name> <maml:Description> <maml:para>BMS external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS -orgId "orgId_example" -projectId "projectId_example" -bmsExternalId "bmsExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS -orgId "orgId_example" -projectId "projectId_example" -bmsExternalId "bmsExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMS with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI</command:noun> <maml:description> <maml:para>Get groups for which the given bare metal server interface (BMSI) is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given bare metal server interface (BMSI) is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BmsiExternalId</maml:name> <maml:Description> <maml:para>BMSI external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BmsiExternalId</maml:name> <maml:Description> <maml:para>BMSI external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI -orgId "orgId_example" -projectId "projectId_example" -bmsiExternalId "bmsiExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI -orgId "orgId_example" -projectId "projectId_example" -bmsiExternalId "bmsiExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForBMSI with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress</command:noun> <maml:description> <maml:para>Get groups for which the given IP address is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given IP address is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPAddress</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPAddress</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress -orgId "orgId_example" -projectId "projectId_example" -ipAddress "ipAddress_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress -orgId "orgId_example" -projectId "projectId_example" -ipAddress "ipAddress_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForIPAddress with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject</command:noun> <maml:description> <maml:para>Get groups for which the given object is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given object is a member. In Federation environment, if the given object is a global entity (eg: global segment) and if the entity is not stretched to the site specified in the enforcement_point_path parameter,then the following is returned:- 1)If the entity is a member of any global group and that group is stretched to the enforcement_point_path site,then the API returns an empty list. 2)If the entity is not a member of any global group,this API returns an 'invalid path' error message. 3)If both the entity and its corresponding groups are stretched to the enforcement_point_path site , then the API returns the groups list. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForObject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF</command:noun> <maml:description> <maml:para>Get groups for which the given VIF is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given VIF is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VifExternalId</maml:name> <maml:Description> <maml:para>Virtual network interface external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VifExternalId</maml:name> <maml:Description> <maml:para>Virtual network interface external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF -orgId "orgId_example" -projectId "projectId_example" -vifExternalId "vifExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF -orgId "orgId_example" -projectId "projectId_example" -vifExternalId "vifExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVIF with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM</command:noun> <maml:description> <maml:para>Get groups for which the given VM is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given VM is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VmExternalId</maml:name> <maml:Description> <maml:para>Virtual machine external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VmExternalId</maml:name> <maml:Description> <maml:para>Virtual machine external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM -orgId "orgId_example" -projectId "projectId_example" -vmExternalId "vmExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM -orgId "orgId_example" -projectId "projectId_example" -vmExternalId "vmExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupsForVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations</command:noun> <maml:description> <maml:para>Get the list of services where the given group is consumed.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The API by default returns all the DFW services associated with the given Group. The API returns DFW or IPFIX services based on the service_type parameter. It also returns the services associated with the parent groups of the given group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>Path of the entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>Path of the entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -serviceType "firewall" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyGroupServiceAssociations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics</command:noun> <maml:description> <maml:para>Get effective VMs for the Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the effective VM membership for the Group. This API also gives some VM details such as VM name, IDs and the current state of the VMs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>Group Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealizedVirtualMachineListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetGroupVMStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile</command:noun> <maml:description> <maml:para>This routine will create or update IDS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This routine will create or update IDS profile. User can provide Profile Severity, Criteria and can also Override the Signature in the request</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsProfile = Initialize-IdsProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -idsProfile $idsProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsProfile = Initialize-IdsProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -idsProfile $idsProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule</command:noun> <maml:description> <maml:para>create or update IDS rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update intrusion detection system rule.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy</command:noun> <maml:description> <maml:para>create or update IDS security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update intrusion detection system security policy for a domain.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIdsSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsSecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile</command:noun> <maml:description> <maml:para>Delete the IDS Pcap File</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete IDS Pcap file entry from corfu and from file system. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Id</maml:name> <maml:Description> <maml:para>ID of IdsPcapFileMetadata</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Id</maml:name> <maml:Description> <maml:para>ID of IdsPcapFileMetadata</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile -orgId "orgId_example" -projectId "projectId_example" -id "id_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile -orgId "orgId_example" -projectId "projectId_example" -id "id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsPcapFile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile</command:noun> <maml:description> <maml:para>This routine will Delete existing IDS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This routine will delete IDS profile for provided profile id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule</command:noun> <maml:description> <maml:para>Delete IDS rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete intrusion detection rule. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy</command:noun> <maml:description> <maml:para>Delete IDS security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete intrusion detection system security policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIdsSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile</command:noun> <maml:description> <maml:para>Download exported pcap file</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Download the exported pcap file generated from the export IdsPcapFile api. The request should have proper headers set to download the file. Please add the below two headers, if it is not already present Accept application/json, text/plain, *_/_* Accept-Encoding gzip, deflate, br </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FileName</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FileName</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile -orgId "orgId_example" -projectId "projectId_example" -fileName "fileName_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile -orgId "orgId_example" -projectId "projectId_example" -fileName "fileName_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedPcapFile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile</command:noun> <maml:description> <maml:para>Request the IDS Pcap File Download</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Trigger the process to collect all pcap files of all the pcap_ids mentioned in request payload. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPcapExport</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsPcapExport</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsPcapExport</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPcapExport</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsPcapExport</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsPcapExport</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsPcapExport = Initialize-IdsPcapExport Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile -orgId "orgId_example" -projectId "projectId_example" -idsPcapExport $idsPcapExport -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsPcapExport = Initialize-IdsPcapExport Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile -orgId "orgId_example" -projectId "projectId_example" -idsPcapExport $idsPcapExport </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsPcapFile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsPcapExport</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsProfile</command:noun> <maml:description> <maml:para>This routine will get existing IDS Profile .</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This routine will read intrusion detection profile for provided profile id </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsRule</command:noun> <maml:description> <maml:para>Get IDS rule.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read intrusion detection rule </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy</command:noun> <maml:description> <maml:para>Get IDS security policy.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read intrusion detection system security policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles</command:noun> <maml:description> <maml:para>List IDS PCAP file metadata</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List IDS PCAP file metadata. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsPcapFileMetadataListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsPcapFiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsProfiles</command:noun> <maml:description> <maml:para>This routine will list IDS profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This routine will list all IDS profiles present in system. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsRules</command:noun> <maml:description> <maml:para>List IDS rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List intrusion detection rules. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies</command:noun> <maml:description> <maml:para>List IDS security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List intrusion detection system security policies. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includeRuleCount $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsSecurityPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile</command:noun> <maml:description> <maml:para>This routine will create IDS profile.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>User can provide Profile Severity, Criteria and Override the Signature in the request</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsProfile = Initialize-IdsProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -idsProfile $idsProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsProfile = Initialize-IdsProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -idsProfile $idsProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchIdsRule</command:noun> <maml:description> <maml:para>Patch IDS rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch intrusion detection system rule.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy</command:noun> <maml:description> <maml:para>Patch IDS security policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch intrusion detection system security policy for a domain.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>Policy ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchIdsSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsSecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseIdsRule</command:noun> <maml:description> <maml:para>Revise the positioning of IDS rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to re-order a rule within a security policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsRule = Initialize-IdsRule Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -ruleId "ruleId_example" -idsRule $idsRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy</command:noun> <maml:description> <maml:para>Revise the positioning of IDS security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to set a precedence of a security policy w.r.t others. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsSecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IdsSecurityPolicy = Initialize-IdsSecurityPolicy Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -policyId "policyId_example" -idsSecurityPolicy $idsSecurityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReviseIdsSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IdsSecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures</command:noun> <maml:description> <maml:para>Export Custom signatures into a file.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API can be used for user to export the existing custom signatures. Accept application/json, text/plain, *_/_* Accept-Encoding gzip, deflate, br </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Include</maml:name> <maml:Description> <maml:para>Custom signatures to be exported</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Include</maml:name> <maml:Description> <maml:para>Custom signatures to be exported</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" -include "VALID" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" -include "VALID" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraExportIdsCustomSignatures with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature</command:noun> <maml:description> <maml:para>Get IDS Custom Signature</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IDS Custom Signature. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SigId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsCustomSignature</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" -sigId "sigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" -sigId "sigId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignature with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion</command:noun> <maml:description> <maml:para>Get IDS Custom Signature Version</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IDS Custom Signature Version. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsCustomSignatureVersion</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignatureVersion with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff</command:noun> <maml:description> <maml:para>Get IDS Custom Signature difference</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get published and unpublished custom signatures difference. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsCustomSignaturesDiff</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsCustomSignaturesDiff with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions</command:noun> <maml:description> <maml:para>List IDS Custom Signature Versions</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List IDS Custom Signature Versions. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsCustomSignatureVersionListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatureVersions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures</command:noun> <maml:description> <maml:para>List IDS Custom Signatures</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List IDS Custom Signatures. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Include</maml:name> <maml:Description> <maml:para>Custom signatures to be returned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Include</maml:name> <maml:Description> <maml:para>Custom signatures to be returned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsCustomSignatureListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" -cursor "cursor_example" -include "PREVIEW_CUSTOM_SIGNATURES" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures -orgId "orgId_example" -projectId "projectId_example" -versionId "versionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIdsCustomSignatures with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps</command:noun> <maml:description> <maml:para>Get the list of gateways where an intrusion event was detected</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of gateways where an intrusion event matching a signature was detected. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsIpList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FilterRequest = Initialize-FilterRequest -FieldNames "MyFieldNames" -Value "MyValue" -CaseSensitive $false $PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedIps with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyIdsEventDataRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers</command:noun> <maml:description> <maml:para>Get the list of the users affected for that signature</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of the users affected pertaining to a specific signature. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsUserList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FilterRequest = Initialize-FilterRequest -FieldNames "MyFieldNames" -Value "MyValue" -CaseSensitive $false $PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedUsers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyIdsEventDataRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms</command:noun> <maml:description> <maml:para>Get the list of the VMs affected for that signature</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of the VMs affected pertaining to a specific signature. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsVmList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FilterRequest = Initialize-FilterRequest -FieldNames "MyFieldNames" -Value "MyValue" -CaseSensitive $false $PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest -context "ALL_PROJECTS" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAffectedVms with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyIdsEventDataRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents</command:noun> <maml:description> <maml:para>Get the list of the IDS events that are detected, grouped by signature id.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of the IDS events that are detected with the total number of intrusions detected, their severity and the time they occurred, grouped by signature id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventsBySignatureResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FilterRequest = Initialize-FilterRequest -FieldNames "MyFieldNames" -Value "MyValue" -CaseSensitive $false $PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest -context "ALL_PROJECTS" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyAllIdsEvents with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyIdsEventDataRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary</command:noun> <maml:description> <maml:para>Get the summary of the intrusions that were detected.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the summary of all the intrusions that are detected grouped by signature with details including signature name, id, severity, attack type, protocol, first and recent occurence, and affected users and VMs. The following filter criteria are supported: attack target, attack type, gateway name, IP address, product affected, signature ID and VM name. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyIdsEventDataRequest</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsEventDataRequest</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Context</maml:name> <maml:Description> <maml:para>Tenancy Context of the API request</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIdsSummaryListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FilterRequest = Initialize-FilterRequest -FieldNames "MyFieldNames" -Value "MyValue" -CaseSensitive $false $PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest -Filters $FilterRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest -context "ALL_PROJECTS" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyIdsEventDataRequest = Initialize-PolicyIdsEventDataRequest Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary -orgId "orgId_example" -projectId "projectId_example" -policyIdsEventDataRequest $policyIdsEventDataRequest </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyIdsDashboardSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyIdsEventDataRequest</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics</command:noun> <maml:description> <maml:para>Get IDS-IPS rule statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a IDS-IPS rule. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPolicyId</maml:name> <maml:Description> <maml:para>IDS policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPolicyId</maml:name> <maml:Description> <maml:para>IDS policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsRuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -idsPolicyId "idsPolicyId_example" -ruleId "ruleId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -idsPolicyId "idsPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics</command:noun> <maml:description> <maml:para>Get IDS security policy statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a IDS security policy. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPolicyId</maml:name> <maml:Description> <maml:para>IDS Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DomainId</maml:name> <maml:Description> <maml:para>Domain id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdsPolicyId</maml:name> <maml:Description> <maml:para>IDS Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IdsSecurityPolicyStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -idsPolicyId "idsPolicyId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -domainId "domainId_example" -idsPolicyId "idsPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIdsSecurityPolicyStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PostLoginLogoutEvents</command:name> <command:verb>Invoke</command:verb> <command:noun>PostLoginLogoutEvents</command:noun> <maml:description> <maml:para>Post User Login/Logout events for IDFW</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API to receive User Login and Logout events for IDFW </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PostLoginLogoutEvents</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LoginLogoutEventCollection</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventCollection</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventCollection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LoginLogoutEventCollection</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventCollection</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LoginLogoutEventCollection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LoginLogoutEventMap = Initialize-LoginLogoutEventMap -UserName "MyUserName" -IpAddress "MyIpAddress" -DomainName "MyDomainName" -EventTime 0 -EventType "LOGIN" -EventSource "LI" $LoginLogoutEventCollection = Initialize-LoginLogoutEventCollection -LoginLogoutEvents $LoginLogoutEventMap Invoke-PostLoginLogoutEvents -loginLogoutEventCollection $loginLogoutEventCollection </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PostLoginLogoutEvents with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LoginLogoutEventMap = Initialize-LoginLogoutEventMap -UserName "MyUserName" -IpAddress "MyIpAddress" -DomainName "MyDomainName" -EventTime 0 -EventType "LOGIN" -EventSource "LI" $LoginLogoutEventCollection = Initialize-LoginLogoutEventCollection -LoginLogoutEvents $LoginLogoutEventMap Invoke-PostLoginLogoutEvents -loginLogoutEventCollection $loginLogoutEventCollection </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PostLoginLogoutEvents with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LoginLogoutEventCollection</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile</command:noun> <maml:description> <maml:para>Create IP Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create IP Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPDiscoveryProfile = Initialize-IPDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" -iPDiscoveryProfile $iPDiscoveryProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPDiscoveryProfile = Initialize-IPDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" -iPDiscoveryProfile $iPDiscoveryProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateIPDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPDiscoveryProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile</command:noun> <maml:description> <maml:para>Delete IP Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete IP Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile</command:noun> <maml:description> <maml:para>Get IP Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get IP Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles</command:noun> <maml:description> <maml:para>List IP Discovery Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all IP Discovery Profiles active in current discovery profile id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPDiscoveryProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile</command:noun> <maml:description> <maml:para>Update IP Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update IP Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpDiscoveryProfileId</maml:name> <maml:Description> <maml:para>IP Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPDiscoveryProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPDiscoveryProfile = Initialize-IPDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" -iPDiscoveryProfile $iPDiscoveryProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPDiscoveryProfile = Initialize-IPDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -ipDiscoveryProfileId "ipDiscoveryProfileId_example" -iPDiscoveryProfile $iPDiscoveryProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateIPDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPDiscoveryProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock</command:noun> <maml:description> <maml:para>Create a new IPBlock</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new IpAddressBlock with specified ID if not already present. If IpAddressBlock of given ID is already present, then the instance is updated with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressBlock</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressBlock</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressBlock = Initialize-IpAddressBlock Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" -ipAddressBlock $ipAddressBlock </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressBlock = Initialize-IpAddressBlock Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" -ipAddressBlock $ipAddressBlock </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressBlock with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressBlock</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool</command:noun> <maml:description> <maml:para>Create a new IP address pool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new IpAddressPool with specified ID if not already present. If IpAddressPool of given ID is already present, then the instance is updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressPool = Initialize-IpAddressPool Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAddressPool $ipAddressPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressPool = Initialize-IpAddressPool Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAddressPool $ipAddressPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressPool</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation</command:noun> <maml:description> <maml:para>Records intent to allocate an IP Address from an IP Pool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If allocation of the same ID is found, this is a no-op. If no allocation of the specified ID is found, then a new allocation is created. An allocation cannot be updated once created. When an allocation is requested from an IpAddressPool, the IP could be allocated from any subnet in the pool that has the available capacity. Request to allocate an IP will fail if no subnet was previously created. If specific IP was requested, the status of allocation is reflected in the realized state. If any IP is requested, the IP finally allocated is obtained by polling on the realized state until the allocated IP is returned in the extended attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet</command:noun> <maml:description> <maml:para>Create a new IP Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new IpAddressPoolSubnet with the specified ID if it does not already exist. If a IpAddressPoolSubnet of the given ID already exists, IpAddressPoolSubnet will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPoolSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPoolSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressPoolSubnet = Initialize-IpAddressPoolSubnet Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" -ipAddressPoolSubnet $ipAddressPoolSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressPoolSubnet = Initialize-IpAddressPoolSubnet Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" -ipAddressPoolSubnet $ipAddressPoolSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIpAddressPoolSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressPoolSubnet</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock</command:noun> <maml:description> <maml:para>Create or Replace IpAddressBlock</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new IpAddressBlock with given ID if it does not exist. If IpAddressBlock with given ID already exists, it will update existing instance. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressBlock</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressBlock</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressBlock = Initialize-IpAddressBlock Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" -ipAddressBlock $ipAddressBlock </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressBlock = Initialize-IpAddressBlock Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" -ipAddressBlock $ipAddressBlock </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressBlock with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressBlock</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool</command:noun> <maml:description> <maml:para>Create or Replace IpAddressPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new IpAddressPool with given ID if it does not exist. If IpAddressPool with given ID already exists, it will update existing instance. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressPool = Initialize-IpAddressPool Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAddressPool $ipAddressPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressPool = Initialize-IpAddressPool Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAddressPool $ipAddressPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressPool</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation</command:noun> <maml:description> <maml:para>Records intent to allocate an IP Address from an IP Pool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If allocation of the same ID is found, this is a no-op. If no allocation of the specified ID is found, then a new allocation is created. An allocation cannot be updated once created. When an IP allocation is requested from an IpAddressPool, the IP could be allocated from any subnet in the pool that has the available capacity. Request to allocate an IP will fail if no subnet was previously created. If specific IP was requested, the status of allocation is reflected in the realized state. If any IP is requested, the IP finally allocated is obtained by polling on the realized state until the allocated IP is returned in the extended attributes. An allocation cannot be updated once created. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet</command:noun> <maml:description> <maml:para>Create a new IP Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Creates a new IpAddressPoolSubnet with the specified ID if it does not already exist. If a IpAddressPoolSubnet of the given ID already exists, IpAddressPoolSubnet will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPoolSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressPoolSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressPoolSubnet = Initialize-IpAddressPoolSubnet Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" -ipAddressPoolSubnet $ipAddressPoolSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressPoolSubnet = Initialize-IpAddressPoolSubnet Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" -ipAddressPoolSubnet $ipAddressPoolSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceIpAddressPoolSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressPoolSubnet</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock</command:noun> <maml:description> <maml:para>Delete an IpAddressBlock</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the IpAddressBlock with the given id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressBlock with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool</command:noun> <maml:description> <maml:para>Delete an IpAddressPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the IpAddressPool with the given id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation</command:noun> <maml:description> <maml:para>Records intent to release an IP from an IpPool.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Releases the IP that was allocated for this allocation request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet</command:noun> <maml:description> <maml:para>Delete an IpAddressPoolSubnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the IpAddressPoolSubnet with the given id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IgnoreIpAllocations</maml:name> <maml:Description> <maml:para>Flag to specify whether to ignore ip allocations. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IgnoreIpAllocations</maml:name> <maml:Description> <maml:para>Flag to specify whether to ignore ip allocations. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" -ignoreIpAllocations $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIpAddressPoolSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState</command:noun> <maml:description> <maml:para>Get state of the given IpAddressBlock</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get state of a given IPAddressBlock. It lists all the allocated IPs and subnets created using that block per Project and VPCs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlockState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage</command:noun> <maml:description> <maml:para>Get an IpAddressBlock usage</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IpAddressBlock usage with given Id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlockUsage</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIpAddressBlockUsage with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks</command:noun> <maml:description> <maml:para>List IpAddressBlocks</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of IpAddressBlocks. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlockListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressBlocks with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations</command:noun> <maml:description> <maml:para>List IpAddressPool Allocations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about which addresses have been allocated from a specified IP address pool in policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocationListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolAllocations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets</command:noun> <maml:description> <maml:para>List IpAddressPoolSubnets</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of IpAddressPoolSubnets. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnetListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPoolSubnets with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIpAddressPools</command:noun> <maml:description> <maml:para>List IpAddressPools</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of IpAddressPools. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIpAddressPools with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock</command:noun> <maml:description> <maml:para>Read a IpAddressBlock</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IpAddressBlock with given Id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IgnoreIpblockUsage</maml:name> <maml:Description> <maml:para>Flag to specify whether to fetch block usage. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpBlockId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IgnoreIpblockUsage</maml:name> <maml:Description> <maml:para>Flag to specify whether to fetch block usage. </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressBlock</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" -ignoreIpblockUsage $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock -orgId "orgId_example" -projectId "projectId_example" -ipBlockId "ipBlockId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressBlock with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool</command:noun> <maml:description> <maml:para>Read an IpAddressPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IpAddressPool with given Id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation</command:noun> <maml:description> <maml:para>Read policy IpPool allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a previously created allocation </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet</command:noun> <maml:description> <maml:para>Read an IpAddressPoolSubnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IpAddressPoolSubnet with given Id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpSubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolSubnet</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet -orgId "orgId_example" -projectId "projectId_example" -ipPoolId "ipPoolId_example" -ipSubnetId "ipSubnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIpAddressPoolSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra</command:noun> <maml:description> <maml:para>Create or replace label</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create label if not exists, otherwise replaces the existing label. If label already exists then type attribute cannot be changed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyLabel</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLabel</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyLabel</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLabel</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyLabel = Initialize-PolicyLabel Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" -policyLabel $policyLabel </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyLabel = Initialize-PolicyLabel Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" -policyLabel $policyLabel </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyLabelForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyLabel</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra</command:noun> <maml:description> <maml:para>Delete PolicyLabel object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete PolicyLabel object</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyLabelForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra</command:noun> <maml:description> <maml:para>List labels for infra</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all labels for infra. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabelListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyLabelForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra</command:noun> <maml:description> <maml:para>Read lable</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a label. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadPolicyLabelForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra</command:noun> <maml:description> <maml:para>Patch an existing label object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create label if not exists, otherwise take the partial updates. Note, once the label is created type attribute can not be changed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyLabel</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLabel</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LabelId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyLabel</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyLabel</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyLabel</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyLabel = Initialize-PolicyLabel Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" -policyLabel $policyLabel </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyLabel = Initialize-PolicyLabel Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra -orgId "orgId_example" -projectId "projectId_example" -labelId "labelId_example" -policyLabel $policyLabel </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePolicyLabelForInfra with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyLabel</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetLimitsStateForVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>GetLimitsStateForVpc</command:noun> <maml:description> <maml:para>Get consumption details and other operational state for limits for a VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API returns the consumption and other operational state for limits. For example, in case of IPBlock quota limits, it returns the quotas applied on a VPC and how much quota is consumed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetLimitsStateForVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LimitStateListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetLimitsStateForVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetLimitsStateForVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetLimitsStateForVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetLimitsStateForVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListLimitsStateForVpcs</command:name> <command:verb>Invoke</command:verb> <command:noun>ListLimitsStateForVpcs</command:noun> <maml:description> <maml:para>Get consumption details and another operational state for limits for VPCs within a project</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API returns the consumption and other operational state for limits. For example, in case of IPBlock quota limits, it returns the quotas applied and how much quota is consumed. The response will contain a collection of such consumption information for all VPCs within a project </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListLimitsStateForVpcs</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LimitStateListResultForVpcs</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListLimitsStateForVpcs -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListLimitsStateForVpcs with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListLimitsStateForVpcs -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListLimitsStateForVpcs with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit</command:noun> <maml:description> <maml:para>Create or update limit</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API to create or update a limit definition. If the object with the ID already exists, it will be updated. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Limit</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Limit</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Limit</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Limit</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Limit = Initialize-Limit Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" -limit $limit </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Limit = Initialize-Limit Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" -limit $limit </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateLimit with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Limit</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteLimit</command:noun> <maml:description> <maml:para>Delete limit definition</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes a limit definition with id limit-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteLimit with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetLimit</command:noun> <maml:description> <maml:para>Get details of a limit definition</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns details of a limit definition for a valid limit-id. A limit definition will have different types of limits that will be applied to policies at the time of their creation. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimit with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetLimitState</command:noun> <maml:description> <maml:para>Get consumption details and other operational state for a limit</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API returns the consumption and other operational state for a limit. For example, in case of IPBlock quota limits, it returns the quota defined at the user role, how much of that limit is currently consumed, and its consumers. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LimitState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetLimitsState</command:noun> <maml:description> <maml:para>Get consumption details and other operational state for limits</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API returns the consumption and other operational state for limits. For example, in case of IPBlock quota limits, it returns all the quotas defined at the user role and how much of that limit is currently consumed, and its consumers. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LimitStateListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetLimitsState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListLimits</command:noun> <maml:description> <maml:para>List all limit definitions</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns a paginated list of all the existing limit definitions </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LimitListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListLimits with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateLimit</command:noun> <maml:description> <maml:para>Create or Update limit</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API to create or update a limit definition. If the limit with the limit-id already exists, it will be updated. If the limit-id doesn't exist then it creates a new limit object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Limit</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Limit</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LimitId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Limit</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Limit</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Limit</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Limit = Initialize-Limit Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" -limit $limit </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Limit = Initialize-Limit Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit -orgId "orgId_example" -projectId "projectId_example" -limitId "limitId_example" -limit $limit </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateLimit with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Limit</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile</command:noun> <maml:description> <maml:para>Create Mac Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Mac Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MacDiscoveryProfile = Initialize-MacDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" -macDiscoveryProfile $macDiscoveryProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MacDiscoveryProfile = Initialize-MacDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" -macDiscoveryProfile $macDiscoveryProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateMacDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MacDiscoveryProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile</command:noun> <maml:description> <maml:para>Delete Mac Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Mac Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteMacDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile</command:noun> <maml:description> <maml:para>Get Mac Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Mac Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles</command:noun> <maml:description> <maml:para>List Mac Discovery Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Mac Discovery Profiles active in current discovery profile id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetMacDiscoveryProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile</command:noun> <maml:description> <maml:para>Update Mac Discovery Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Mac Discovery profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfileId</maml:name> <maml:Description> <maml:para>Mac Discovery Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MacDiscoveryProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacDiscoveryProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$MacDiscoveryProfile = Initialize-MacDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" -macDiscoveryProfile $macDiscoveryProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$MacDiscoveryProfile = Initialize-MacDiscoveryProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile -orgId "orgId_example" -projectId "projectId_example" -macDiscoveryProfileId "macDiscoveryProfileId_example" -macDiscoveryProfile $macDiscoveryProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateMacDiscoveryProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-MacDiscoveryProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetQuotaDetails</command:name> <command:verb>Invoke</command:verb> <command:noun>GetQuotaDetails</command:noun> <maml:description> <maml:para>Get quota details</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get quota details To create, update, list and delete the Quota, please refer to Constraint APIs with 'constraint_expressions' as 'EntityInstanceCountConstraintExpression'. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetQuotaDetails</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix for retriving the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintPath</maml:name> <maml:Description> <maml:para>Constraint path to retrive the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix for retriving the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintPath</maml:name> <maml:Description> <maml:para>Constraint path to retrive the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QuotaStatsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetQuotaDetails -orgId "orgId_example" -projectId "projectId_example" -pathPrefix "pathPrefix_example" -constraintPath "constraintPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetQuotaDetails with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetQuotaDetails -orgId "orgId_example" -projectId "projectId_example" -pathPrefix "pathPrefix_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetQuotaDetails with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcQuotaDetails</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcQuotaDetails</command:noun> <maml:description> <maml:para>Get quota details</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get quota details </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcQuotaDetails</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix for retriving the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintPath</maml:name> <maml:Description> <maml:para>Constraint path to retrive the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PathPrefix</maml:name> <maml:Description> <maml:para>Path prefix for retriving the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ConstraintPath</maml:name> <maml:Description> <maml:para>Constraint path to retrive the quota details.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QuotaStatsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcQuotaDetails -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -pathPrefix "pathPrefix_example" -constraintPath "constraintPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcQuotaDetails with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcQuotaDetails -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -pathPrefix "pathPrefix_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcQuotaDetails with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateRoleBindingMultitenancyProject</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateRoleBindingMultitenancyProject</command:noun> <maml:description> <maml:para>Assign roles to User or Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API is used to assign a user/group any role(s) of choice on CSP. It is recommended to use the new property roles_for_paths instead of roles. When using the roles_for_paths, set the read_roles_for_paths as true. User has union of all the roles assigned to it on a particular path and its sub-tree. User name is dealt case-insensitively. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateRoleBindingMultitenancyProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateOrUpdateRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRoleBindingMultitenancyProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateOrUpdateRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRoleBindingMultitenancyProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleBinding</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateRoleBindingMultitenancyVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateRoleBindingMultitenancyVPC</command:noun> <maml:description> <maml:para>Assign roles to User or Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API is used to assign a user/group any role(s) of choice on CSP. It is recommended to use the new property roles_for_paths instead of roles. When using the roles_for_paths, set the read_roles_for_paths as true. User has union of all the roles assigned to it on a particular path and its sub-tree. User name is dealt case-insensitively. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateRoleBindingMultitenancyVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RoleBinding</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RoleBinding</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateOrUpdateRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRoleBindingMultitenancyVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RoleBinding = Initialize-RoleBinding Invoke-CreateOrUpdateRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -roleBinding $roleBinding </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateRoleBindingMultitenancyVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RoleBinding</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteRoleBindingMultitenancyProject</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteRoleBindingMultitenancyProject</command:noun> <maml:description> <maml:para>Delete user/group's roles assignment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the user/group's role assignment on CSP. If the path is provided then deletes only the roles_for_paths that matches the path. If path is provided for the last roles_for_paths then the whole role binding is deleted provided it is not that of a local user. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteRoleBindingMultitenancyProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBindingMultitenancyProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBindingMultitenancyProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteRoleBindingMultitenancyVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteRoleBindingMultitenancyVPC</command:noun> <maml:description> <maml:para>Delete user/group's roles assignment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the user/group's role assignment on CSP. If the path is provided then deletes only the roles_for_paths that matches the path. If path is provided for the last roles_for_paths then the whole role binding is deleted provided it is not that of a local user. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteRoleBindingMultitenancyVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBindingMultitenancyVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRoleBindingMultitenancyVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMultitenantCurrentUserInfo</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMultitenantCurrentUserInfo</command:noun> <maml:description> <maml:para>Get the name and role information of the user.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API will return the name and role information of the user invoking this API request on the particular project. The permissions parameter of the NsxRole has been deprecated. The response will contain the roles_for_paths to indicate roles of the user at various paths . </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMultitenantCurrentUserInfo</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.UserInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMultitenantCurrentUserInfo -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMultitenantCurrentUserInfo with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMultitenantCurrentUserInfo -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMultitenantCurrentUserInfo with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetMultitenantCurrentUserInfoVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>GetMultitenantCurrentUserInfoVPC</command:noun> <maml:description> <maml:para>Get the name and role information of the user.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API will return the name and role information of the user invoking this API request on the particular project. The permissions parameter of the NsxRole has been deprecated. The response will contain the roles_for_paths to indicate roles of the user at various paths . </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetMultitenantCurrentUserInfoVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.UserInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetMultitenantCurrentUserInfoVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMultitenantCurrentUserInfoVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetMultitenantCurrentUserInfoVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetMultitenantCurrentUserInfoVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRoleBindingMultitenancyProject</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRoleBindingMultitenancyProject</command:noun> <maml:description> <maml:para>Get user/group's role information from CSP</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get user/group's role information from CSP</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRoleBindingMultitenancyProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBindingMultitenancyProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRoleBindingMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBindingMultitenancyProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRoleBindingMultitenancyVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRoleBindingMultitenancyVPC</command:noun> <maml:description> <maml:para>Get user/group's role information from CSP</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get user/group's role information from CSP</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRoleBindingMultitenancyVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBinding</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -bindingId "bindingId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBindingMultitenancyVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRoleBindingMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRoleBindingMultitenancyVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRoleBindingsMultitenancyProject</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRoleBindingsMultitenancyProject</command:noun> <maml:description> <maml:para>Get all users and groups with their roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all users and groups with their roles from CSP. If the root_path is provided then only return role bindings that start-with or are sub-trees of the provided root path. Also filter the roles_for_paths such that only those roles_for_paths appear that start-with or are sub-tree of the provided root path. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRoleBindingsMultitenancyProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBindingListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRoleBindingsMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRoleBindingsMultitenancyProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRoleBindingsMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRoleBindingsMultitenancyProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRoleBindingsMultitenancyVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRoleBindingsMultitenancyVPC</command:noun> <maml:description> <maml:para>Get all users and groups with their roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get all users and groups with their roles from CSP. If the root_path is provided then only return role bindings that start-with or are sub-trees of the provided root path. Also filter the roles_for_paths such that only those roles_for_paths appear that start-with or are sub-tree of the provided root path. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRoleBindingsMultitenancyVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceId</maml:name> <maml:Description> <maml:para>Identity source ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IdentitySourceType</maml:name> <maml:Description> <maml:para>Identity source type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Name</maml:name> <maml:Description> <maml:para>User/Group name</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Path</maml:name> <maml:Description> <maml:para>Exact path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Role</maml:name> <maml:Description> <maml:para>Role ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RootPath</maml:name> <maml:Description> <maml:para>Prefix path of the context</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Type</maml:name> <maml:Description> <maml:para>Type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleBindingListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRoleBindingsMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -identitySourceId "identitySourceId_example" -identitySourceType "VIDM" -includedFields "includedFields_example" -name "name_example" -pageSize 1000L -path "path_example" -role "role_example" -rootPath "rootPath_example" -sortAscending $true -sortBy "sortBy_example" -type "remote_user" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRoleBindingsMultitenancyVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRoleBindingsMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRoleBindingsMultitenancyVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRolesOfOrgMultitenancyProject</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRolesOfOrgMultitenancyProject</command:noun> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRolesOfOrgMultitenancyProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRolesOfOrgMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -scope "ROOT" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesOfOrgMultitenancyProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRolesOfOrgMultitenancyProject -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesOfOrgMultitenancyProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListRolesOfOrgMultitenancyVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>ListRolesOfOrgMultitenancyVPC</command:noun> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about all roles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListRolesOfOrgMultitenancyVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>List only the roles which are applicable for this scope.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListRolesOfOrgMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -scope "ROOT" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesOfOrgMultitenancyVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListRolesOfOrgMultitenancyVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListRolesOfOrgMultitenancyVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule</command:noun> <maml:description> <maml:para>Create or update NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema. Note: IPSecVpnSession as Scope: Please note that old IPSecVpnSession policy path deprecated. If user specifiy old IPSecVpnSession path in the scope property in the PUT API, the path returned in the GET/PUT response payload will be a new path instead of the deprecated IPSecVpnSession path Both old and new IPSecVpnSession path refer to same resource. there is no functional impact. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyNatRule = Initialize-PolicyNatRule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyNatRule $policyNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyNatRule = Initialize-PolicyNatRule Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyNatRule $policyNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplacePolicyNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule</command:noun> <maml:description> <maml:para>Delete NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePolicyNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule</command:noun> <maml:description> <maml:para>Get NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema. Note: IPSecVpnSession as Scope: Please note that old IPSecVpnSession policy path deprecated. If user specifiy old IPSecVpnSession path in the scope property in the PATCH/PUT PoliycNatRule API, the path returned in the GET response payload will be a new path instead of the deprecated IPSecVpnSession path Both old and new IPSecVpnSession path refer to same resource. there is no functional impact. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1</command:noun> <maml:description> <maml:para>Get NAT Rule Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" -action "aggregate" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPolicyNatRuleStatisticsFromTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1</command:noun> <maml:description> <maml:para>List Policy NAT types.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all NAT sections under the given Tier-1 ID. For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatOnTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules</command:noun> <maml:description> <maml:para>List NAT Rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema. Note: IPSecVpnSession as Scope: Please note that old IPSecVpnSession policy path deprecated. If user specifiy old IPSecVpnSession path in the scope property in the PATCH/PUT PoliycNatRule API, the path returned in the GET response payload will be a new path instead of the deprecated IPSecVpnSession path Both old and new IPSecVpnSession path refer to same resource. there is no functional impact. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1</command:noun> <maml:description> <maml:para>List NAT Rules Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsPerLogicalRouterListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1 with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1 -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPolicyNatRulesStatisticsFromTier1 with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule</command:noun> <maml:description> <maml:para>Create or update a Nat Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT section denoted by &lt;nat-id&gt;, create a new NAT Rule. If it already exists, update the NAT Rule. Under tier-1 there will be 3 different NATs(sections). (INTERNAL, USER and DEFAULT) For more details related to NAT section please refer to PolicyNAT schema. Note: IPSecVpnSession as Scope: Please note that old IPSecVpnSession policy path deprecated. If user specifiy old IPSecVpnSession path in the scope property, the path returned in the GET response payload will be a new path instead of the deprecated IPSecVpnSession path Both old and new IPSecVpnSession path refer to same resource. there is no functional impact. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyNatRule = Initialize-PolicyNatRule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyNatRule $policyNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyNatRule = Initialize-PolicyNatRule Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyNatRule $policyNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPolicyNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetOrg</command:name> <command:verb>Invoke</command:verb> <command:noun>GetOrg</command:noun> <maml:description> <maml:para>Get Org</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Org </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetOrg</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Org</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetOrg -orgId "orgId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetOrg with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetOrg -orgId "orgId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetOrg with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListOrg</command:name> <command:verb>Invoke</command:verb> <command:noun>ListOrg</command:noun> <maml:description> <maml:para>List of Org</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of Org. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListOrg</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OrgListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListOrg -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListOrg with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListOrg </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListOrg with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchOrgRoot</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchOrgRoot</command:noun> <maml:description> <maml:para>Update on org-root to update all the nested entities using HAPI.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch API at org-root to create/update/delete entire or part of intent hierarchy. Hierarchical API: Provides users a way to create entire or part of intent in single API invocation. Input is expressed in a tree format. Each node in tree can have multiple children of different types. System will resolve the dependecies of nodes within the intent tree and will create the model. Children for any node can be specified using ChildResourceReference or ChildPolicyConfigResource. If a resource is specified using ChildResourceReference then it will not be updated only its children will be updated. If Object is specified using ChildPolicyConfigResource, object along with its children will be updated. Hierarchical API can also be used to delete any sub-branch of entire tree. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchOrgRoot</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgRoot</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OrgRoot</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OrgRoot</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgRoot</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.OrgRoot</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OrgRoot</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforceRevisionCheck</maml:name> <maml:Description> <maml:para>Force revision check</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$OrgRoot = Initialize-OrgRoot Invoke-PatchOrgRoot -orgRoot $orgRoot -enforceRevisionCheck $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchOrgRoot with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$OrgRoot = Initialize-OrgRoot Invoke-PatchOrgRoot -orgRoot $orgRoot </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchOrgRoot with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-OrgRoot</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadOrgRoot</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadOrgRoot</command:noun> <maml:description> <maml:para>Read Org Root</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Org Root. Returns only the org root related properties. Inner object are not populated. For Hierarchical Get, base_path request parameter can be used. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadOrgRoot</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BasePath</maml:name> <maml:Description> <maml:para>Base Path for retrieving hierarchical intent</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Filter</maml:name> <maml:Description> <maml:para>Filter string as java regex</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TypeFilter</maml:name> <maml:Description> <maml:para>Filter string to retrieve hierarchy.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.OrgRoot</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadOrgRoot -basePath "basePath_example" -filter "filter_example" -typeFilter "typeFilter_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadOrgRoot with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadOrgRoot </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadOrgRoot with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile</command:noun> <maml:description> <maml:para>Delete DNS security profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete DNS security profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteDnsSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile</command:noun> <maml:description> <maml:para>Delete Flood Protection Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Flood Protection Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteFloodProtectionProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile</command:noun> <maml:description> <maml:para>Get Flood Protection Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Flood Protection Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetFloodProtectionProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles</command:noun> <maml:description> <maml:para>List all DNS security profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all DNS security profiles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListDnsSecurityProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings</command:noun> <maml:description> <maml:para>List Flood Protection Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Flood Protection Profiles bindings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileBindingListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles</command:noun> <maml:description> <maml:para>List Flood Protection Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Flood Protection Profiles</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListFloodProtectionProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings</command:noun> <maml:description> <maml:para>List Session Timer Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Session Timer Profiles bindings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionTimerProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SessionTimerProfileBindingListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings -orgId "orgId_example" -projectId "projectId_example" -sessionTimerProfileId "sessionTimerProfileId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings -orgId "orgId_example" -projectId "projectId_example" -sessionTimerProfileId "sessionTimerProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSessionTimerProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile</command:noun> <maml:description> <maml:para>Create or update DNS security profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update DNS security profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DnsSecurityProfile = Initialize-DnsSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -dnsSecurityProfile $dnsSecurityProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DnsSecurityProfile = Initialize-DnsSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -dnsSecurityProfile $dnsSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchDnsSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DnsSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile</command:noun> <maml:description> <maml:para>Create or update Flood Protection Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create/update Flood Protection Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Firewall Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfile = Initialize-FloodProtectionProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -floodProtectionProfile $floodProtectionProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfile = Initialize-FloodProtectionProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -floodProtectionProfile $floodProtectionProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchFloodProtectionProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile</command:noun> <maml:description> <maml:para>Read the DNS Forwarder for the given tier-0 instance</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read the DNS Forwarder for the given tier-0 instance</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadDnsSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile</command:noun> <maml:description> <maml:para>Create or update DNS security profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or update DNS security profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DnsSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DnsSecurityProfile = Initialize-DnsSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -dnsSecurityProfile $dnsSecurityProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DnsSecurityProfile = Initialize-DnsSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -profileId "profileId_example" -dnsSecurityProfile $dnsSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateDnsSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DnsSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile</command:noun> <maml:description> <maml:para>Update Firewall Flood Protection Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Firewall Flood Protection Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfileId</maml:name> <maml:Description> <maml:para>Flood Protection Profile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FloodProtectionProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.FloodProtectionProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$FloodProtectionProfile = Initialize-FloodProtectionProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -floodProtectionProfile $floodProtectionProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$FloodProtectionProfile = Initialize-FloodProtectionProfile Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile -orgId "orgId_example" -projectId "projectId_example" -floodProtectionProfileId "floodProtectionProfileId_example" -floodProtectionProfile $floodProtectionProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateFloodProtectionProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-FloodProtectionProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceProjectIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceProjectIpAddressAllocation</command:noun> <maml:description> <maml:para>Create or update a project ip allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Project IP Address Allocation is absent, create a new one. If it already exists, replace the Project IP Address Allocation instance with the new object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceProjectIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ProjectIpAddressAllocation = Initialize-ProjectIpAddressAllocation Invoke-CreateOrReplaceProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -projectIpAddressAllocation $projectIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceProjectIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ProjectIpAddressAllocation = Initialize-ProjectIpAddressAllocation Invoke-CreateOrReplaceProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -projectIpAddressAllocation $projectIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceProjectIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ProjectIpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteProject</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteProject</command:noun> <maml:description> <maml:para>Delete PROJECT</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete PROJECT. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IsRecursive</maml:name> <maml:Description> <maml:para>Recursively delete entire project tree.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IsRecursive</maml:name> <maml:Description> <maml:para>Recursively delete entire project tree.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteProject -orgId "orgId_example" -projectId "projectId_example" -isRecursive $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteProject -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteProjectIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteProjectIpAddressAllocation</command:noun> <maml:description> <maml:para>Records intent to release an IP from an IpPool.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Releases the IP that was allocated for this allocation request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteProjectIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteProjectIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteProjectIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetProject</command:name> <command:verb>Invoke</command:verb> <command:noun>GetProject</command:noun> <maml:description> <maml:para>Get PROJECT</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get PROJECT </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShortFormat</maml:name> <maml:Description> <maml:para>Project API response is brief or descriptive</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShortFormat</maml:name> <maml:Description> <maml:para>Project API response is brief or descriptive</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetProject -orgId "orgId_example" -projectId "projectId_example" -shortFormat $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetProject -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetProjectVCFolderStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetProjectVCFolderStatus</command:noun> <maml:description> <maml:para>VC Folder Status for Project</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the VC Folder Status on vCenter for the Project. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetProjectVCFolderStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VCFolderStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetProjectVCFolderStatus -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProjectVCFolderStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetProjectVCFolderStatus -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProjectVCFolderStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListProject</command:name> <command:verb>Invoke</command:verb> <command:noun>ListProject</command:noun> <maml:description> <maml:para>List of PROJECT</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of Project. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InstanceId</maml:name> <maml:Description> <maml:para>Instance id of NSX+ where to route this request to.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>InstanceId</maml:name> <maml:Description> <maml:para>Instance id of NSX+ where to route this request to.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListProject -orgId "orgId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -instanceId "instanceId_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListProject -orgId "orgId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListProjectIpAddressAllocations</command:name> <command:verb>Invoke</command:verb> <command:noun>ListProjectIpAddressAllocations</command:noun> <maml:description> <maml:para>List Project ip allocations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ip allocations for a Project. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListProjectIpAddressAllocations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocationListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListProjectIpAddressAllocations -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListProjectIpAddressAllocations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListProjectIpAddressAllocations -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListProjectIpAddressAllocations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchProject</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchProject</command:noun> <maml:description> <maml:para>Create or update PROJECT</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Project with the project-id is not already present, create a new Project. If it already exists, update the Project. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Project</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Project</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Project</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Project</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Project = Initialize-Project Invoke-PatchProject -orgId "orgId_example" -projectId "projectId_example" -project $project </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Project = Initialize-Project Invoke-PatchProject -orgId "orgId_example" -projectId "projectId_example" -project $project </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Project</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchProjectIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchProjectIpAddressAllocation</command:noun> <maml:description> <maml:para>Patch a Project ip allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a Project ip allocation if it does not exist </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchProjectIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ProjectIpAddressAllocation = Initialize-ProjectIpAddressAllocation Invoke-PatchProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -projectIpAddressAllocation $projectIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchProjectIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ProjectIpAddressAllocation = Initialize-ProjectIpAddressAllocation Invoke-PatchProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -projectIpAddressAllocation $projectIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchProjectIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ProjectIpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadProjectIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadProjectIpAddressAllocation</command:noun> <maml:description> <maml:para>Get Project ip allocation by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on Project ip allocation by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadProjectIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ProjectIpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadProjectIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadProjectIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadProjectIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateProject</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateProject</command:noun> <maml:description> <maml:para>Update the PROJECT</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the Project. For local Project, local transport zone and edge clusters needs to be added. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Project</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Project</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Project</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Project</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Project</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Project = Initialize-Project Invoke-UpdateProject -orgId "orgId_example" -projectId "projectId_example" -project $project </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Project = Initialize-Project Invoke-UpdateProject -orgId "orgId_example" -projectId "projectId_example" -project $project </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Project</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile</command:noun> <maml:description> <maml:para>Create or Replace QoS profile.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Replace QoS profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QoSProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.QoSProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QoSProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.QoSProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$QoSProfile = Initialize-QoSProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -qoSProfile $qoSProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$QoSProfile = Initialize-QoSProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -qoSProfile $qoSProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceQoSProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-QoSProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile</command:noun> <maml:description> <maml:para>Delete QoS profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete QoS profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteQoSProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListQoSProfiles</command:noun> <maml:description> <maml:para>List QoS Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all QoS profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListQoSProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile</command:noun> <maml:description> <maml:para>Patch QoS profile.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new QoS profile if the QoS profile with given id does not already exist. If the QoS profile with the given id already exists, patch with the existing QoS profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QoSProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.QoSProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QoSProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.QoSProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$QoSProfile = Initialize-QoSProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -qoSProfile $qoSProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$QoSProfile = Initialize-QoSProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" -qoSProfile $qoSProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchQoSProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-QoSProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadQoSProfile</command:noun> <maml:description> <maml:para>Details of QoS profile </maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of QoS profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>QosProfileId</maml:name> <maml:Description> <maml:para>QoS profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.QoSProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile -orgId "orgId_example" -projectId "projectId_example" -qosProfileId "qosProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadQoSProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding</command:noun> <maml:description> <maml:para>Delete Port QoS Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Port QoS Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding</command:noun> <maml:description> <maml:para>Delete Segment QoS Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Segment QoS Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding</command:noun> <maml:description> <maml:para>Delete Port QoS Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Port QoS Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding</command:noun> <maml:description> <maml:para>Delete Segment QoS Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Segment QoS Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding</command:noun> <maml:description> <maml:para>Get Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Port QoS Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding</command:noun> <maml:description> <maml:para>Get Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Segment QoS Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding</command:noun> <maml:description> <maml:para>Get Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Port QoS Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding</command:noun> <maml:description> <maml:para>Get Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Segment QoS Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings</command:noun> <maml:description> <maml:para>List Port QoS Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Port QoS Profile Binding Maps in current port id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortQoSBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings</command:noun> <maml:description> <maml:para>List Segment QoS Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Segment QoS Profile Binding Maps in current segment id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentQoSBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings</command:noun> <maml:description> <maml:para>List Port QoS Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Port QoS Profile Binding Maps in current port id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortQoSBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings</command:noun> <maml:description> <maml:para>List Segment QoS Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Segment QoS Profile Binding Maps in current segment id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentQoSBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding</command:noun> <maml:description> <maml:para>Create Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Port QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding</command:noun> <maml:description> <maml:para>Create Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create segment QoS profile binding map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding</command:noun> <maml:description> <maml:para>Create Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Port QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding</command:noun> <maml:description> <maml:para>Create Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create segment QoS profile binding map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding</command:noun> <maml:description> <maml:para>Update Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Port QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding</command:noun> <maml:description> <maml:para>Update Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Segment QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding</command:noun> <maml:description> <maml:para>Update Port QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Port QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortQoSProfileBindingMap = Initialize-PortQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portQosProfileBindingMapId "portQosProfileBindingMapId_example" -portQoSProfileBindingMap $portQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdatePortQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding</command:noun> <maml:description> <maml:para>Update Segment QoS Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Segment QoS Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>Tier-1 ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQosProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment QoS Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentQoSProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentQoSProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentQoSProfileBindingMap = Initialize-SegmentQoSProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentQosProfileBindingMapId "segmentQosProfileBindingMapId_example" -segmentQoSProfileBindingMap $segmentQoSProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSegmentQoSBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentQoSProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile</command:noun> <maml:description> <maml:para>Create or Replace Real Time Eth profile.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Replace Real Time Eth profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RealTimeEthProfile = Initialize-RealTimeEthProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" -realTimeEthProfile $realTimeEthProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RealTimeEthProfile = Initialize-RealTimeEthProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" -realTimeEthProfile $realTimeEthProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrReplaceRealTimeEthProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RealTimeEthProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile</command:noun> <maml:description> <maml:para>Delete Real Time Eth profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Real Time Eth profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteRealTimeEthProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles</command:noun> <maml:description> <maml:para>List Real Time Eth Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Real Time Eth profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListRealTimeEthProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile</command:noun> <maml:description> <maml:para>Patch Real Time Eth profile.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new Real Time Eth profile if the Real Time Eth profile with given id does not already exist. If the Real Time Eth profile with the given id already exists, patch with the existing Real Time Eth profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RealTimeEthProfile = Initialize-RealTimeEthProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" -realTimeEthProfile $realTimeEthProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RealTimeEthProfile = Initialize-RealTimeEthProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" -realTimeEthProfile $realTimeEthProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchRealTimeEthProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RealTimeEthProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile</command:noun> <maml:description> <maml:para>Details of Real Time Eth profile </maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of Real Time Eth profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RealTimeEthProfileId</maml:name> <maml:Description> <maml:para>Real Time Eth profile Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealTimeEthProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile -orgId "orgId_example" -projectId "projectId_example" -realTimeEthProfileId "realTimeEthProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadRealTimeEthProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding</command:noun> <maml:description> <maml:para>Delete Port Real Time Eth Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Port Real Time Eth Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraPortRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding</command:noun> <maml:description> <maml:para>Delete Segment Real Time Eth Profile Binding Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete Segment Real Time Eth Profile Binding Profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding</command:noun> <maml:description> <maml:para>Get Port Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Port Real Time Eth Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraPortRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding</command:noun> <maml:description> <maml:para>Get Segment Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will get Segment Real Time Eth Profile Binding Map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings</command:noun> <maml:description> <maml:para>List Port Real Time Eth Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Port Real Time Eth Profile Binding Maps in current port id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraPortRealTimeEthBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings</command:noun> <maml:description> <maml:para>List Segment Real Time Eth Profile Binding Maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all Segment Real Time Eth Profile Binding Maps in current segment id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentRealTimeEthBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding</command:noun> <maml:description> <maml:para>Create Port Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Port Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortRealTimeEthProfileBindingMap = Initialize-PortRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" -portRealTimeEthProfileBindingMap $portRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortRealTimeEthProfileBindingMap = Initialize-PortRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" -portRealTimeEthProfileBindingMap $portRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraPortRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortRealTimeEthProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding</command:noun> <maml:description> <maml:para>Create Segment Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create Segment Real Time Eth profile binding map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentRealTimeEthProfileBindingMap = Initialize-SegmentRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" -segmentRealTimeEthProfileBindingMap $segmentRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentRealTimeEthProfileBindingMap = Initialize-SegmentRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" -segmentRealTimeEthProfileBindingMap $segmentRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentRealTimeEthProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding</command:noun> <maml:description> <maml:para>Update Port Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Port Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>Port ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Port Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortRealTimeEthProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortRealTimeEthProfileBindingMap = Initialize-PortRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" -portRealTimeEthProfileBindingMap $portRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortRealTimeEthProfileBindingMap = Initialize-PortRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portRealTimeEthProfileBindingMapId "portRealTimeEthProfileBindingMapId_example" -portRealTimeEthProfileBindingMap $portRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraPortRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortRealTimeEthProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding</command:noun> <maml:description> <maml:para>Update Segment Real Time Eth Profile Binding Map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will update Segment Real Time Eth Profile Binding Map. For objects with no binding maps, default profile is applied.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>Segment ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMapId</maml:name> <maml:Description> <maml:para>Segment Real Time Eth Profile Binding Map ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentRealTimeEthProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentRealTimeEthProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentRealTimeEthProfileBindingMap = Initialize-SegmentRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" -segmentRealTimeEthProfileBindingMap $segmentRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentRealTimeEthProfileBindingMap = Initialize-SegmentRealTimeEthProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentRealTimeEthProfileBindingMapId "segmentRealTimeEthProfileBindingMapId_example" -segmentRealTimeEthProfileBindingMap $segmentRealTimeEthProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateInfraSegmentRealTimeEthBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentRealTimeEthProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine</command:noun> <maml:description> <maml:para>Apply tags on virtual machine</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Allows an admin to apply multiple tags to a virtual machine. This operation does not store the intent on the policy side. It applies the tag directly on the specified enforcement point. This operation will replace the existing tags on the virtual machine with the ones that have been passed. If the application of tag fails on the enforcement point, then an error is reported. The admin will have to retry the operation again. Policy framework does not perform a retry. Failure could occur due to multiple reasons. For e.g enforcement point is down, Enforcement point could not apply the tag due to constraints like max tags limit exceeded, etc. NOTE: The \"virtual_machine_id\" field in the payload will be ignored and the virtual machine ID provided in the URL will be honored. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineTagsUpdate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineTagsUpdate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag -Scope "MyScope" -_Tag "My_Tag" $VirtualMachineTagsUpdate = Initialize-VirtualMachineTagsUpdate -Tags $Tag -VirtualMachineId "MyVirtualMachineId" Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine -orgId "orgId_example" -projectId "projectId_example" -virtualMachineId "virtualMachineId_example" -virtualMachineTagsUpdate $virtualMachineTagsUpdate -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag $VirtualMachineTagsUpdate = Initialize-VirtualMachineTagsUpdate -Tags $Tag Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine -orgId "orgId_example" -projectId "projectId_example" -virtualMachineId "virtualMachineId_example" -virtualMachineTagsUpdate $virtualMachineTagsUpdate </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnVirtualMachine with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VirtualMachineTagsUpdate</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines</command:noun> <maml:description> <maml:para>List all virtual machines</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API filters objects of type virtual machine. This API also gives some VM details such as VM name, IDs and the current state of the VMs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllVirtualMachines with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListRealizedEntities</command:noun> <maml:description> <maml:para>Get list of realized objects associated with intent object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get list of realized entities associated with intent object, specified by path in query parameter </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GenericPolicyRealizedResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -sitePath "sitePath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListRealizedEntities with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraReadIntentStatus</command:noun> <maml:description> <maml:para>Get consolidated status of an intent object</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Consolidated Status of an intent object (with or without enforcement specific status details). The request is evaluated as follows: - &lt;intent_path&gt;: the request is evaluated on all enforcement points for the given intent without enforcement point specific details. - &lt;intent_path, include_enforced_status&gt;: the request is evaluated on all enforcement points for the given intent with enforcement point specific details. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>Policy Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeEnforcedStatus</maml:name> <maml:Description> <maml:para>Include Enforced Status Flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site from where the realization status needs to be fetched</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>Policy Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeEnforcedStatus</maml:name> <maml:Description> <maml:para>Include Enforced Status Flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site from where the realization status needs to be fetched</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ConsolidatedRealizedStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -includeEnforcedStatus $false -sitePath "sitePath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraReadIntentStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState</command:noun> <maml:description> <maml:para>Refresh all realized entities associated with the intent-path</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Refresh the status and statistics of all realized entities associated with given intent path synchronously. The vmw-async: True HTTP header cannot be used with this API. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraRefreshRealizedState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Create or replace the infra segment port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or replace the port security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Create or replace infra segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateInfraSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Create or replace the port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or replace the port security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdatePortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Create or replace segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or replace segment security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Delete the infra segment port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete the port security profile binding map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Delete infra segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete segment security profile binding map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteInfraSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Delete the port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete the port security profile binding map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeletePortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Delete segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete segment security profile binding map. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Get infra segment port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the port security profile binding map. If the security profile binding map does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Get infra segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the segment security profile binding map. If the binding map does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetInfraSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Get port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the port security profile binding map. If the security profile binding map does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Get segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the segment security profile binding map. If the binding map does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings</command:noun> <maml:description> <maml:para>List infra segment port security profile binding maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all port security profile binding maps. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentPortSecurityProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings</command:noun> <maml:description> <maml:para>List infra segment security profile binding maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all segment security profile binding maps. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListInfraSegmentSecurityProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings</command:noun> <maml:description> <maml:para>List port security profile binding maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all port security profile binding maps. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListPortSecurityProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings</command:noun> <maml:description> <maml:para>List segment security profile binding maps</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all segment security profile binding maps. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfileBindings with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Patch infra segment port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new port security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing port security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Patch infra segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new segment security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing segment security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchInfraSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding</command:noun> <maml:description> <maml:para>Patch port security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new port security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing port security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>port id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>port security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PortSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PortSecurityProfileBindingMap = Initialize-PortSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -portId "portId_example" -portSecurityProfileBindingMapId "portSecurityProfileBindingMapId_example" -portSecurityProfileBindingMap $portSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchPortSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PortSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding</command:noun> <maml:description> <maml:para>Patch segment security profile binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new segment security profile binding map if the given security profile binding map does not exist. Otherwise, patch the existing segment security profile binding map. For objects with no binding maps, default profile is applied. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>tier-1 gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentId</maml:name> <maml:Description> <maml:para>segment id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMapId</maml:name> <maml:Description> <maml:para>segment security profile binding map id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfileBindingMap = Initialize-SegmentSecurityProfileBindingMap Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -segmentId "segmentId_example" -segmentSecurityProfileBindingMapId "segmentSecurityProfileBindingMapId_example" -segmentSecurityProfileBindingMap $segmentSecurityProfileBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfileBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfileBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile</command:noun> <maml:description> <maml:para>PUT segment security profile id</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or replace a segment security profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfile = Initialize-SegmentSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" -segmentSecurityProfile $segmentSecurityProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfile = Initialize-SegmentSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" -segmentSecurityProfile $segmentSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSegmentSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile</command:noun> <maml:description> <maml:para>DELETE segment security profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete segment security profile with the given id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSegmentSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile</command:noun> <maml:description> <maml:para>GET Segment security profile id</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the segment security profile with given id. If the profile does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSegmentSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles</command:noun> <maml:description> <maml:para>List segment security profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all segment security profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSegmentSecurityProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile</command:noun> <maml:description> <maml:para>PATCH segment security profile id</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new segment security profile if the segment security profile with given id does not exist. Otherwise, PATCH the existing segment security profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfileId</maml:name> <maml:Description> <maml:para>Segment security profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SegmentSecurityProfile = Initialize-SegmentSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" -segmentSecurityProfile $segmentSecurityProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SegmentSecurityProfile = Initialize-SegmentSecurityProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -segmentSecurityProfileId "segmentSecurityProfileId_example" -segmentSecurityProfile $segmentSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSegmentSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SegmentSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateServiceDefinition</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateServiceDefinition</command:noun> <maml:description> <maml:para>Create a Service Definition on given enforcement point.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a Service Definition on given enforcement point.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateServiceDefinition</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinition</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinition</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceDefinition = Initialize-ServiceDefinition Invoke-CreateServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinition $serviceDefinition </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateServiceDefinition with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceDefinition = Initialize-ServiceDefinition Invoke-CreateServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinition $serviceDefinition </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateServiceDefinition with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceDefinition</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteServiceDefinition</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteServiceDefinition</command:noun> <maml:description> <maml:para>Delete an existing Service Definition on the given enforcement point </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete an existing Service Definition on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteServiceDefinition</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteServiceDefinition with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteServiceDefinition with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListServiceDefinitions</command:name> <command:verb>Invoke</command:verb> <command:noun>ListServiceDefinitions</command:noun> <maml:description> <maml:para>List all Service Definitions registered on given enforcement point.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all Service Definitions registered on given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListServiceDefinitions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceInsertionServiceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListServiceDefinitions -enforcementPointId "enforcementPointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListServiceDefinitions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListServiceDefinitions -enforcementPointId "enforcementPointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListServiceDefinitions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadServiceDefinition</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadServiceDefinition</command:noun> <maml:description> <maml:para>Read Service Definition with given service-definition-id.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Service Definition with given service-definition-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadServiceDefinition</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadServiceDefinition with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadServiceDefinition with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateServiceDefinition</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateServiceDefinition</command:noun> <maml:description> <maml:para>Update an existing Service Definition on the given enforcement point </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update an existing Service Definition on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateServiceDefinition</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinition</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointId</maml:name> <maml:Description> <maml:para>Enforcement point id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinitionId</maml:name> <maml:Description> <maml:para>Id of service definition</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceDefinition</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ServiceDefinition</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ServiceDefinition = Initialize-ServiceDefinition Invoke-UpdateServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" -serviceDefinition $serviceDefinition </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateServiceDefinition with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ServiceDefinition = Initialize-ServiceDefinition Invoke-UpdateServiceDefinition -enforcementPointId "enforcementPointId_example" -serviceDefinitionId "serviceDefinitionId_example" -serviceDefinition $serviceDefinition </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateServiceDefinition with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ServiceDefinition</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListResourcesSharedWithMeOrg</command:name> <command:verb>Invoke</command:verb> <command:noun>ListResourcesSharedWithMeOrg</command:noun> <maml:description> <maml:para>Get resources shared with a given org</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of resource shared with a given org. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListResourcesSharedWithMeOrg</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeOrg -orgId "orgId_example" -resourceType "resourceType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeOrg with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeOrg -orgId "orgId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeOrg with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListResourcesSharedWithMeProject</command:name> <command:verb>Invoke</command:verb> <command:noun>ListResourcesSharedWithMeProject</command:noun> <maml:description> <maml:para>Get resources shared with a given project</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of resource shared with a given project. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListResourcesSharedWithMeProject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeProject -orgId "orgId_example" -projectId "projectId_example" -resourceType "resourceType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeProject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeProject -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeProject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListResourcesSharedWithMeVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ListResourcesSharedWithMeVpc</command:noun> <maml:description> <maml:para>Get resources shared with a given vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of resource shared with a given vpc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListResourcesSharedWithMeVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -resourceType "resourceType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListResourcesSharedWithMeVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListResourcesSharedWithMeVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteShare</command:noun> <maml:description> <maml:para>Delete Share</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete a Share. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteShare with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource</command:noun> <maml:description> <maml:para>Delete Shared Resource</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Shared Resource. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSharedResource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetShare</command:noun> <maml:description> <maml:para>Get single instance of a share</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get single instance of a share</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetShare with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSharedResource</command:noun> <maml:description> <maml:para>Get Shared resource</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the shared resource that represents shared objects. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSharedResource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSharedResources</command:noun> <maml:description> <maml:para>Get Shared resource list for a given share</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the list of shared resource in a given share. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ResourceType</maml:name> <maml:Description> <maml:para>resource type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResourceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -resourceType "resourceType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSharedResources with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListShares</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListShares</command:noun> <maml:description> <maml:para>List shares</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List shares</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListShares</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ShareListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListShares -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListShares with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListShares -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListShares with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchShare</command:noun> <maml:description> <maml:para>Create or update a Share</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Share with the given ID already exists, update the share entity. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Share</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Share</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Share</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Share</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Share = Initialize-Share Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -share $share </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Share = Initialize-Share Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -share $share </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchShare with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Share</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSharedResource</command:noun> <maml:description> <maml:para>Create or update Shared Resource</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If Shared resource already exists, update the shared resource entity. User Presence of the shared resource denotes sharing of the parent object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SharedResource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SharedResource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SharedResource = Initialize-SharedResource Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" -sharedResource $sharedResource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SharedResource = Initialize-SharedResource Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" -sharedResource $sharedResource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSharedResource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SharedResource</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateShare</command:noun> <maml:description> <maml:para>Create or update a Share</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a Share with the given ID already exists, and the revision is 0, throw error </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Share</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Share</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Share</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Share</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Share</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Share = Initialize-Share Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -share $share </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Share = Initialize-Share Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -share $share </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateShare with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Share</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource</command:noun> <maml:description> <maml:para>Create or update Shared Resource</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If Shared resource already exists, update the shared resource entity. User Presence of the shared resource denotes sharing of the parent object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SharedResource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ShareId</maml:name> <maml:Description> <maml:para>Share ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResourceId</maml:name> <maml:Description> <maml:para>Shared resource id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SharedResource</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SharedResource</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SharedResource</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SharedResource = Initialize-SharedResource Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" -sharedResource $sharedResource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SharedResource = Initialize-SharedResource Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource -orgId "orgId_example" -projectId "projectId_example" -shareId "shareId_example" -sharedResourceId "sharedResourceId_example" -sharedResource $sharedResource </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraUpdateSharedResource with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SharedResource</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSpan</command:noun> <maml:description> <maml:para>Get span for an entity with specified path</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get span for an entity with specified path.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String Path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SitePath</maml:name> <maml:Description> <maml:para>Policy Path of the site</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Span</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" -sitePath "sitePath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan -orgId "orgId_example" -projectId "projectId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpan with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile</command:noun> <maml:description> <maml:para>Create or replace SpoofGuard profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will create or replace SpoofGuard profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofGuardProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofGuardProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SpoofGuardProfile = Initialize-SpoofGuardProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" -spoofGuardProfile $spoofGuardProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SpoofGuardProfile = Initialize-SpoofGuardProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" -spoofGuardProfile $spoofGuardProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateSpoofGuardProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SpoofGuardProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile</command:noun> <maml:description> <maml:para>Delete SpoofGuard profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will delete SpoofGuard profile with the given id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteSpoofGuardProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile</command:noun> <maml:description> <maml:para>Get SpoofGuard profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will return details of the SpoofGuard profile with given id. If the profile does not exist, it will return 404. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetSpoofGuardProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles</command:noun> <maml:description> <maml:para>List SpoofGuard profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API will list all SpoofGuard profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListSpoofGuardProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile</command:noun> <maml:description> <maml:para>Patch SpoofGuard profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a new SpoofGuard profile if the SpoofGuard profile with the given id does not exist. Otherwise, patch with the existing SpoofGuard profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofGuardProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofguardProfileId</maml:name> <maml:Description> <maml:para>SpoofGuard profile id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SpoofGuardProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SpoofGuardProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Locally override the global object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SpoofGuardProfile = Initialize-SpoofGuardProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" -spoofGuardProfile $spoofGuardProfile -_Override $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SpoofGuardProfile = Initialize-SpoofGuardProfile Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile -orgId "orgId_example" -projectId "projectId_example" -spoofguardProfileId "spoofguardProfileId_example" -spoofGuardProfile $spoofGuardProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraPatchSpoofGuardProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SpoofGuardProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetAutoEnableGatewayFirewallConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>GetAutoEnableGatewayFirewallConfig</command:noun> <maml:description> <maml:para>Fetch the auto enable gateway firewall configuration value.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Configuration values for auto-enable-gateway-firewall. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetAutoEnableGatewayFirewallConfig</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AutoEnableGatewayFirewallConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetAutoEnableGatewayFirewallConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAutoEnableGatewayFirewallConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetAutoEnableGatewayFirewallConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAutoEnableGatewayFirewallConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetPartialPatchConfiguration</command:name> <command:verb>Invoke</command:verb> <command:noun>GetPartialPatchConfiguration</command:noun> <maml:description> <maml:para>Fetch the policy partial patch configuration value.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Configuration values for nsx-partial-patch. By default partial patch is deactivated (i.e false). Please refer to the description of PartialPatchConfig for more information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetPartialPatchConfiguration</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PartialPatchConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetPartialPatchConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPartialPatchConfiguration with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetPartialPatchConfiguration </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPartialPatchConfiguration with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateAutoEnableGatewayFirewallConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateAutoEnableGatewayFirewallConfig</command:noun> <maml:description> <maml:para>Saves the configuration for auto enable gateway firewall config</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update auto enable gateway firewall configuration value </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateAutoEnableGatewayFirewallConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AutoEnableGatewayFirewallConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AutoEnableGatewayFirewallConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AutoEnableGatewayFirewallConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AutoEnableGatewayFirewallConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.AutoEnableGatewayFirewallConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AutoEnableGatewayFirewallConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$AutoEnableGatewayFirewallConfig = Initialize-AutoEnableGatewayFirewallConfig -AutoEnableFirewallOnNewGateway $false Invoke-UpdateAutoEnableGatewayFirewallConfig -autoEnableGatewayFirewallConfig $autoEnableGatewayFirewallConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAutoEnableGatewayFirewallConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$AutoEnableGatewayFirewallConfig = Initialize-AutoEnableGatewayFirewallConfig -AutoEnableFirewallOnNewGateway $false Invoke-UpdateAutoEnableGatewayFirewallConfig -autoEnableGatewayFirewallConfig $autoEnableGatewayFirewallConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateAutoEnableGatewayFirewallConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-AutoEnableGatewayFirewallConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdatePartialPatchConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdatePartialPatchConfig</command:noun> <maml:description> <maml:para>Saves the configuration for policy partial patch</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update partial patch configuration values. Only boolean value is allowed for enable_partial_patch. Please refer to the description of PartialPatchConfig for more information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdatePartialPatchConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PartialPatchConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PartialPatchConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PartialPatchConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PartialPatchConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PartialPatchConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PartialPatchConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PartialPatchConfig = Initialize-PartialPatchConfig -EnablePartialPatch $false Invoke-UpdatePartialPatchConfig -partialPatchConfig $partialPatchConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdatePartialPatchConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PartialPatchConfig = Initialize-PartialPatchConfig -EnablePartialPatch $false Invoke-UpdatePartialPatchConfig -partialPatchConfig $partialPatchConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdatePartialPatchConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PartialPatchConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer</command:noun> <maml:description> <maml:para>Apply tags on bare metal server</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Allows an admin to apply multiple tags to a bare metal server. This operation does not store the intent on the policy side. This operation will replace the existing tags on the bare metal server with the ones that have been passed. If the application of tag fails, then an error is reported. The admin will have to retry the operation again. Policy framework does not perform a retry. Failure could occur due to multiple reasons. For e.g constraints like max tags limit exceeded, etc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BareMetalServerTagList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BareMetalServerTagList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerTagList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BareMetalServerTagList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BareMetalServerTagList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerTagList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerTagList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag -Scope "MyScope" -_Tag "My_Tag" $BareMetalServerTagList = Initialize-BareMetalServerTagList -BmsExternalId "MyBmsExternalId" -Tags $Tag Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer -orgId "orgId_example" -projectId "projectId_example" -bareMetalServerTagList $bareMetalServerTagList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag $BareMetalServerTagList = Initialize-BareMetalServerTagList -BmsExternalId "MyBmsExternalId" -Tags $Tag Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer -orgId "orgId_example" -projectId "projectId_example" -bareMetalServerTagList $bareMetalServerTagList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-BareMetalServerTagList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface</command:noun> <maml:description> <maml:para>Apply tags on bare metal server interface</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Allows an admin to apply multiple tags to a bare metal server interface. This operation does not store the intent on the policy side. This operation will replace the existing tags on the bare metal server interface with the ones that have been passed. If the application of tag fails, then an error is reported. The admin will have to retry the operation again. Policy framework does not perform a retry. Failure could occur due to multiple reasons. For e.g constraints like max tags limit exceeded, etc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BareMetalServerInterfaceTagList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BareMetalServerInterfaceTagList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerInterfaceTagList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BareMetalServerInterfaceTagList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.BareMetalServerInterfaceTagList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerInterfaceTagList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.BareMetalServerInterfaceTagList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag -Scope "MyScope" -_Tag "My_Tag" $BareMetalServerInterfaceTagList = Initialize-BareMetalServerInterfaceTagList -BmsInterfaceExternalId "MyBmsInterfaceExternalId" -Tags $Tag Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface -orgId "orgId_example" -projectId "projectId_example" -bareMetalServerInterfaceTagList $bareMetalServerInterfaceTagList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag $BareMetalServerInterfaceTagList = Initialize-BareMetalServerInterfaceTagList -BmsInterfaceExternalId "MyBmsInterfaceExternalId" -Tags $Tag Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface -orgId "orgId_example" -projectId "projectId_example" -bareMetalServerInterfaceTagList $bareMetalServerInterfaceTagList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraApplyTagOnBareMetalServerInterface with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-BareMetalServerInterfaceTagList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation</command:noun> <maml:description> <maml:para>Get details of tag bulk operation request</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get details of tag bulk operation request with which tag is applied or removed on virtual machines. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus</command:noun> <maml:description> <maml:para>Get status of tag bulk operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get status of tag bulk operation with details of tag operation on each virtual machine. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperationStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTagBulkOperationStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListAllTags</command:noun> <maml:description> <maml:para>List all unique tags.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns paginated list of all unique tags. Supports filtering by scope, tag and source from which tags are synced. Supports starts with, ends with, equals and contains operators on scope and tag values. To filter tags by starts with on scope or tag, use '*' as suffix after the value. To filter tags by ends with on scope or tag, use '*' as prefix before the value. To filter tags by contain on scope or tag, use '*' as prefix and suffix on the value. Below special characters in the filter value needs to be escaped with hex values. - Character '&' needs to be escaped as '%26' - Character '[' needs to be escaped as '%5B' - Character ']' needs to be escaped as '%5D' - Character '+' needs to be escaped as '%2B' - Character '#' needs to be escaped as '%23' Sort option for list of unique tags is available only on tag and scope properties. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Source from which tags are synced.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Source from which tags are synced.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -scope "scope_example" -sortAscending $true -sortBy "sortBy_example" -source "Amazon" -tag "tag_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListAllTags with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTaggedObjects</command:noun> <maml:description> <maml:para>List all objects assigned with matching scope and tag values</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all objects assigned with matching scope and tag values. Objects are represented in form of resource reference. Sort option is available only on target_type and target_display_name properties. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterBy</maml:name> <maml:Description> <maml:para>Comma-separated list of field names to filter tagged objects.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterText</maml:name> <maml:Description> <maml:para>Filter text to restrict tagged objects list with matching filter text.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterBy</maml:name> <maml:Description> <maml:para>Comma-separated list of field names to filter tagged objects.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterText</maml:name> <maml:Description> <maml:para>Filter text to restrict tagged objects list with matching filter text.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -filterBy "filterBy_example" -filterText "filterText_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -scope "scope_example" -sortAscending $true -sortBy "sortBy_example" -tag "tag_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTaggedObjects with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate</command:noun> <maml:description> <maml:para>Assign or Unassign tag on multiple Virtual Machines.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Tag can be assigned or unassigned on multiple objects. Supported object type is restricted to Virtual Machine for now and support for other objects will be added later. Permissions for tag bulk operation would be similar to virtual machine tag permissions. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TagBulkOperation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TagBulkOperation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TagBulkOperation = Initialize-TagBulkOperation Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" -tagBulkOperation $tagBulkOperation -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TagBulkOperation = Initialize-TagBulkOperation Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate -orgId "orgId_example" -projectId "projectId_example" -operationId "operationId_example" -tagBulkOperation $tagBulkOperation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraTagBulkUpdate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TagBulkOperation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCancelExportTask</command:noun> <maml:description> <maml:para>Cancel a running export task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This operation cancels an export task. Task needs to be in running state. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExportTask</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCancelExportTask with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCancelImportTask</command:noun> <maml:description> <maml:para>Cancel a running import task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This operation cancels an import task. Task needs to be in running state. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ImportTask</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCancelImportTask with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile</command:noun> <maml:description> <maml:para>Download exported file</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Download the exported file generated from the last export task. The request should have proper headers set to download the file. Please add the below two headers, if it is not already present Accept application/json, text/plain, *_/_* Accept-Encoding gzip, deflate, br </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDownloadExportedFile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetExportTask</command:noun> <maml:description> <maml:para>Get the information of export task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the information of the latest export task. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExportTask</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetExportTask with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetImportTask</command:noun> <maml:description> <maml:para>Get the information of import task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the information of the latest import task. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ImportTask</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetImportTask with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraInvokeExportTask</command:noun> <maml:description> <maml:para>Invoke export task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Invoke export task. There can be only one export task run at any point of time. Hence invocation of another export task will be discarded, when there exist an already running export task. Exported configuration will be in a CSV format. This CSV file will be zipped into a ZIP file, that can be downloaded after the completion of export task. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExportRequestParameter</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ExportRequestParameter</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExportRequestParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExportRequestParameter</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ExportRequestParameter</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExportRequestParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ExportTask</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$ExportRequestParameter = Initialize-ExportRequestParameter -DraftPath "MyDraftPath" -Passphrase "MyPassphrase" Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask -orgId "orgId_example" -projectId "projectId_example" -exportRequestParameter $exportRequestParameter </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$ExportRequestParameter = Initialize-ExportRequestParameter Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask -orgId "orgId_example" -projectId "projectId_example" -exportRequestParameter $exportRequestParameter </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraInvokeExportTask with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ExportRequestParameter</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceTransitGateway</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceTransitGateway</command:noun> <maml:description> <maml:para>Create or Update VPC transit gateway</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Update VPC transit gateway </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceTransitGateway</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGateway</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGateway</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGateway</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGateway</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGateway = Initialize-TransitGateway Invoke-CreateOrReplaceTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -transitGateway $transitGateway </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGateway with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGateway = Initialize-TransitGateway Invoke-CreateOrReplaceTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -transitGateway $transitGateway </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGateway with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGateway</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceTransitGatewayAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceTransitGatewayAttachment</command:noun> <maml:description> <maml:para>Create or Update transit gateway attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Update transit gateway attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceTransitGatewayAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGatewayAttachment = Initialize-TransitGatewayAttachment Invoke-CreateOrReplaceTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" -transitGatewayAttachment $transitGatewayAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGatewayAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGatewayAttachment = Initialize-TransitGatewayAttachment Invoke-CreateOrReplaceTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" -transitGatewayAttachment $transitGatewayAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGatewayAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGatewayAttachment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteTransitGateway</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteTransitGateway</command:noun> <maml:description> <maml:para>Delete VPC transit gateway</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC transit gateway </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteTransitGateway</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGateway with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGateway with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteTransitGatewayAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteTransitGatewayAttachment</command:noun> <maml:description> <maml:para>Delete transit gateway attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete transit gateway attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteTransitGatewayAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGatewayAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGatewayAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListTransitGateway</command:name> <command:verb>Invoke</command:verb> <command:noun>ListTransitGateway</command:noun> <maml:description> <maml:para>List VPC transit gateways</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read VPC transit gateways </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListTransitGateway</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListTransitGateway -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGateway with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListTransitGateway -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGateway with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListTransitGatewayAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>ListTransitGatewayAttachment</command:noun> <maml:description> <maml:para>List transit gateway attachments</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List transit gateway attachments </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListTransitGatewayAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachmentListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchTransitGateway</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchTransitGateway</command:noun> <maml:description> <maml:para>Create or Update VPC transit gateway</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Update VPC transit gateway </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchTransitGateway</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGateway</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGateway</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGateway</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGateway</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGateway = Initialize-TransitGateway Invoke-PatchTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -transitGateway $transitGateway </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGateway with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGateway = Initialize-TransitGateway Invoke-PatchTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -transitGateway $transitGateway </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGateway with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGateway</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchTransitGatewayAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchTransitGatewayAttachment</command:noun> <maml:description> <maml:para>Create or Update transit gateway attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or Update transit gateway attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchTransitGatewayAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGatewayAttachment = Initialize-TransitGatewayAttachment Invoke-PatchTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" -transitGatewayAttachment $transitGatewayAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGatewayAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGatewayAttachment = Initialize-TransitGatewayAttachment Invoke-PatchTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" -transitGatewayAttachment $transitGatewayAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGatewayAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGatewayAttachment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadTransitGateway</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadTransitGateway</command:noun> <maml:description> <maml:para>Read VPC transit gateway</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read VPC transit gateway </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadTransitGateway</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGateway</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTransitGateway with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadTransitGateway -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTransitGateway with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadTransitGatewayAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadTransitGatewayAttachment</command:noun> <maml:description> <maml:para>Read transit gateway attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read transit gateway attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadTransitGatewayAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTransitGatewayAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadTransitGatewayAttachment -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTransitGatewayAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceTransitGatewayNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceTransitGatewayNatRule</command:noun> <maml:description> <maml:para>Update NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update NAT Rule on VPC denoted by Transit Gateway ID, under the given NAT section. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceTransitGatewayNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGatewayNatRule = Initialize-TransitGatewayNatRule Invoke-CreateOrReplaceTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" -transitGatewayNatRule $transitGatewayNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGatewayNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGatewayNatRule = Initialize-TransitGatewayNatRule Invoke-CreateOrReplaceTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" -transitGatewayNatRule $transitGatewayNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceTransitGatewayNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGatewayNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteTransitGatewayNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteTransitGatewayNatRule</command:noun> <maml:description> <maml:para>Delete NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete NAT Rule under the given Transit Gateway, under the given NAT section.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteTransitGatewayNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGatewayNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteTransitGatewayNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayNat</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayNat</command:noun> <maml:description> <maml:para>GET TransitGateway NAT types /section</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get either of the two supported sections (USER and NAT64) under the given Transit Gateway. The USER section allows IPV4 based NAT rules, while the NAT64 rules allow translating IPV6 packets to IPV4 packets. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayNat</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNat -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNat with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNat -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNat with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayNatRule</command:noun> <maml:description> <maml:para>Get NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule from the given Transit Gateway, under the given NAT section. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>transit gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>transit gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListTransitGatewayNat</command:name> <command:verb>Invoke</command:verb> <command:noun>ListTransitGatewayNat</command:noun> <maml:description> <maml:para>List TransitGateway NAT types.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all NAT sections under the given TransitGateway </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListTransitGatewayNat</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayNat -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayNat with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayNat -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayNat with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListTransitGatewayNatRules</command:name> <command:verb>Invoke</command:verb> <command:noun>ListTransitGatewayNatRules</command:noun> <maml:description> <maml:para>List NAT Rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List NAT Rules under the given Transit Gateway, under the given NAT section. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListTransitGatewayNatRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>Transit Gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayNatRules -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayNatRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListTransitGatewayNatRules -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTransitGatewayNatRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchTransitGatewayNatRule</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchTransitGatewayNatRule</command:noun> <maml:description> <maml:para>Create or update a Nat Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a NAT Rule is not already present in the transit gateway denoted by the TGW ID, under the NAT section, create a new NAT Rule. If it already exists, update the NAT Rule. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchTransitGatewayNatRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>transit gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TgwId</maml:name> <maml:Description> <maml:para>transit gateway ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TransitGatewayNatRule = Initialize-TransitGatewayNatRule Invoke-PatchTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" -transitGatewayNatRule $transitGatewayNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGatewayNatRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TransitGatewayNatRule = Initialize-TransitGatewayNatRule Invoke-PatchTransitGatewayNatRule -orgId "orgId_example" -projectId "projectId_example" -tgwId "tgwId_example" -natId "natId_example" -natRuleId "natRuleId_example" -transitGatewayNatRule $transitGatewayNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchTransitGatewayNatRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TransitGatewayNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayAdvertisedNetworks</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayAdvertisedNetworks</command:noun> <maml:description> <maml:para>List networks advertised to the TGW external attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about all networks which are advertised to the TGW external attachment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayAdvertisedNetworks</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworksListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -externalAttachmentId "externalAttachmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAdvertisedNetworks with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -externalAttachmentId "externalAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAdvertisedNetworks with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayAdvertisedNetworksDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayAdvertisedNetworksDownload</command:noun> <maml:description> <maml:para>List networks advertised to the TGW external attachment in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns information about all networks which are advertised to the TGW external attachment in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayAdvertisedNetworksDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ExternalAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworkInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAdvertisedNetworksDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -externalAttachmentId "externalAttachmentId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAdvertisedNetworksDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAdvertisedNetworksDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -externalAttachmentId "externalAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAdvertisedNetworksDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayAlarms</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayAlarms</command:noun> <maml:description> <maml:para>Get transit gateway realization failures</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieves only the resources with the reason not \"SUCCESS\". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayAlarms</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyTransitGatewayAlarm</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAlarms -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAlarms with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAlarms -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAlarms with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayArpProxies</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayArpProxies</command:noun> <maml:description> <maml:para>Get Transit Gateway Address Resolution Protocol Proxies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a TGW. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayArpProxies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayArpProxies -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayArpProxies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayArpProxies -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayArpProxies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayArpProxiesDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayArpProxiesDownload</command:noun> <maml:description> <maml:para>Get Transit Gateway Address Resolution Protocol Proxies in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a TGW in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayArpProxiesDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayArpProxiesDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayArpProxiesDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayArpProxiesDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayArpProxiesDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayAttachmentStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayAttachmentStatistics</command:noun> <maml:description> <maml:para>Get transit gateway attachment statistics.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieve the total tx, rx dropped, total bytes, total packets of all traffic that flows to the TGW attachment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayAttachmentStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayAttachmentStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAttachmentStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAttachmentStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayAttachmentStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -attachmentId "attachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayAttachmentStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayForwardingTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayForwardingTable</command:noun> <maml:description> <maml:para>Get forwarding table from TGW</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from TGW. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayForwardingTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoutingTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayForwardingTable -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayForwardingTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayForwardingTable -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayForwardingTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayForwardingTableDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayForwardingTableDownload</command:noun> <maml:description> <maml:para>Get forwarding table from TGW in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from TGW in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayForwardingTableDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayRouteTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayForwardingTableDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayForwardingTableDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayForwardingTableDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayForwardingTableDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayNatRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayNatRuleStatistics</command:noun> <maml:description> <maml:para>Get transit gateway NAT Rule Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get transit gateway NAT Rule Statistics from transit gateway denoted by transit-gateway-id, under NAT section denoted by &lt;nat-id&gt;. Under transit gateway there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayNatRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNatRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -natId "natId_example" -natRuleId "natRuleId_example" -action "aggregate" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNatRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayNatRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayNatRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayRoutingTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayRoutingTable</command:noun> <maml:description> <maml:para>Get routing table from TGW</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get routing table from TGW. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayRoutingTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoutingTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayRoutingTable -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayRoutingTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayRoutingTable -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayRoutingTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayRoutingTableDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayRoutingTableDownload</command:noun> <maml:description> <maml:para>Get routing table from TGW in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get routing table from TGW in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayRoutingTableDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayRouteTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayRoutingTableDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayRoutingTableDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayRoutingTableDownload -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayRoutingTableDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayState</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayState</command:noun> <maml:description> <maml:para>Get Transit Gateway state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the transit gateway's runtime state that includes the transport node and the HA details, if applicable. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayState -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayState -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayStatistics</command:noun> <maml:description> <maml:para>Get Transit Gateway statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieve the total tx, rx dropped, total bytes, total packets of all traffic exchanged between the TGW and its attachments (VPC's). </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TransitGatewayStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetTransitGatewayStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetTransitGatewayStatus</command:noun> <maml:description> <maml:para>Get current status of TGW</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get current status of VPC TGW. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetTransitGatewayStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>transit gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>transit gateway id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcTransitGatewayStatusResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayStatus -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetTransitGatewayStatus -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetTransitGatewayStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListPolicyTransitGateWayNatRulesStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>ListPolicyTransitGateWayNatRulesStatistics</command:noun> <maml:description> <maml:para>List NAT Rules Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule Statistics from Transit Gateway denoted by Transit Gateway ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListPolicyTransitGateWayNatRulesStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransitGatewayId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsPerLogicalRouterListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListPolicyTransitGateWayNatRulesStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyTransitGateWayNatRulesStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListPolicyTransitGateWayNatRulesStatistics -orgId "orgId_example" -projectId "projectId_example" -transitGatewayId "transitGatewayId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyTransitGateWayNatRulesStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Get IPSec VPN session statistics under Tier-0</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: statistics are evaluated on each enforcement point. - an enforcement point path is specified: statistics are evaluated only on the given enforcement point. - source=realtime: statistics are fetched realtime from the enforcement point. - source=cached: cached statistics from enforcement point are returned. <br> This API is deprecated. Please use GET /infra/tier-0s/&lt;tier-0-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/ sessions/&lt;session-id&gt;/statisticsinstead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus</command:noun> <maml:description> <maml:para>Get IPSec VPN session detailed status under Tier-0</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: detailed status is evaluated on each enforcement point. - an enforcement point path is specified: detailed status is evaluated only on the given enforcement point. - source=realtime: detailed status is fetched realtime from the enforcement point. - source=cached: cached detailed status from enforcement point is returned. <br> This API is deprecated. Please use GET /infra/tier-0s/&lt;tier-0-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/ sessions/&lt;session-id&gt;/detailed-status instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IPSecVpnSessionStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary</command:noun> <maml:description> <maml:para>Get IPSec VPN Session Summary</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Summarized view of all tier-0 IPSec VPN sessions for a specified service. <br> This API is deprecated. Please use GET /infra/tier-0s/&lt;tier-0-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/summary instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIpsecVpnIkeServiceSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0IpsecVpnSessionSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary</command:noun> <maml:description> <maml:para>Get IPSec VPN Session Summary</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Summarized view of all tier-0 IPSec VPN sessions for a specified service. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIpsecVpnIkeServiceSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -serviceId "serviceId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier0VpnIpsecVpnSessionSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Get IPSec VPN session statistics under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: statistics are evaluated on each enforcement point. - an enforcement point path is specified: statistics are evaluated only on the given enforcement point. - source=realtime: statistics are fetched realtime from the enforcement point. - source=cached: cached statistics from enforcement point are returned. <br> This API is deprecated. Please use GET /infra/tier-1s/&lt;tier-1-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/ sessions/&lt;session-id&gt;/statistics instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus</command:noun> <maml:description> <maml:para>Get IPSec VPN session detailed status under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: detailed status is evaluated on each enforcement point. - an enforcement point path is specified: detailed status is evaluated only on the given enforcement point. - source=realtime: detailed status is fetched realtime from the enforcement point. - source=cached: cached detailed status from enforcement point is returned. <br> This API is deprecated. Please use GET /infra/tier-1s/&lt;tier-1-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/sessions/&lt;session-id&gt;/detailed-status instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IPSecVpnSessionStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary</command:noun> <maml:description> <maml:para>Get IPSec VPN Session Summary</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Summarized view of all tier-1 IPSec VPN sessions for a specified service. <br> This API is deprecated. Please use GET /infra/tier-1s/&lt;tier-1-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/summary instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIpsecVpnIkeServiceSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1IpsecVpnSessionSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Get IPSec VPN session statistics under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: statistics are evaluated on each enforcement point. - an enforcement point path is specified: statistics are evaluated only on the given enforcement point. - source=realtime: statistics are fetched realtime from the enforcement point. - source=cached: cached statistics from enforcement point are returned. Please note that cache synchronization is based on triggering this API with source=realtime or empty source and not polling based. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus</command:noun> <maml:description> <maml:para>Get IPSec VPN session detailed status under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: detailed status is evaluated on each enforcement point. - an enforcement point path is specified: detailed status is evaluated only on the given enforcement point. - source=realtime: detailed status is fetched realtime from the enforcement point. - source=cached: cached detailed status from enforcement point is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateIPSecVpnSessionStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary</command:noun> <maml:description> <maml:para>Get IPSec VPN Session Summary</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Summarized view of all tier-1 IPSec VPN sessions for a specified service. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyIpsecVpnIkeServiceSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIpsecVpnSessionSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS</command:noun> <maml:description> <maml:para>Get L2Vpn session remote mac for logical switch</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns L2Vpn session remote macs for a logical switch. Data is fetched from enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPath</maml:name> <maml:Description> <maml:para>Segment Path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SegmentPath</maml:name> <maml:Description> <maml:para>Segment Path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateL2VpnSessionRemoteMac</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -segmentPath "segmentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionRemoteMacsForLS with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics</command:noun> <maml:description> <maml:para>Get L2VPN session statistics under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: statistics are evaluated on each enforcement point. - an enforcement point path is specified: statistics are evaluated only on the given enforcement point. - source=realtime: statistics are fetched realtime from the enforcement point. - source=cached: cached statistics from the enforcement point are returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateL2VPNSessionStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus</command:noun> <maml:description> <maml:para>Get L2VPN session detailed status under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>- no enforcement point path specified: detailed tatus is evaluated on each enforcement point. - an enforcement point path is specified: detailed status is evaluated only on the given enforcement point. - source=realtime: detailed tatus is fetched realtime from the enforcement point. - source=cached: cached detailed status is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateL2VPNSessionStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VpnSessionStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Reset the statistics of the given VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Resets the statistics of the given VPN session. Since source of data is enforcement point, data is reset there. <br> This API is deprecated. Please use GET /infra/tier-0s/&lt;tier-0-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/ sessions/&lt;session-id&gt;/statistics instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier0Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier0Id "tier0Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier0IPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Reset the statistics of the given VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Resets the statistics of the given VPN session. Since source of data is enforcement point, data is reset there. <br> This API is deprecated. Please use GET /infra/tier-1s/&lt;tier-1-id&gt;/ipsec-vpn-services/&lt;service-id&gt;/ sessions/&lt;session-id&gt;/statistics instead. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocaleServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -localeServiceId "localeServiceId_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1IPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics</command:noun> <maml:description> <maml:para>Reset the statistics of the given VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Resets the statistics of the given VPN session. Since source of data is enforcement point, data is reset there. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -action "reset" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraResetTier1VpnIPSecVpnSessionStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpc</command:noun> <maml:description> <maml:para>Delete VPC and its children</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IsRecursive</maml:name> <maml:Description> <maml:para>Flag to delete entire VPC tree recursively.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IsRecursive</maml:name> <maml:Description> <maml:para>Flag to delete entire VPC tree recursively.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -isRecursive $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcAttachment</command:noun> <maml:description> <maml:para>Delete VPC Attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC Attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpc</command:noun> <maml:description> <maml:para>Get VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcAttachment</command:noun> <maml:description> <maml:para>Get VPC Attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Attachment </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcStatisticsSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcStatisticsSummary</command:noun> <maml:description> <maml:para>Get VPC Statistics Summary</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Statistics Summary </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcStatisticsSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregatedLogicalRouterPortCounters</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatisticsSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatisticsSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcVCFolderStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcVCFolderStatus</command:noun> <maml:description> <maml:para>VC Folder Status for Vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns the VC Folder Status on vCenter for the Vpc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcVCFolderStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VCFolderStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcVCFolderStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcVCFolderStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcVCFolderStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcVCFolderStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpc</command:noun> <maml:description> <maml:para>List of VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpc -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpc -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcAttachment</command:noun> <maml:description> <maml:para>List of VPC Attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC Attachment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachmentListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVPC</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVPC</command:noun> <maml:description> <maml:para>Create or update VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a VPC with the vpc-id is not already present, create a new VPC. If it already exists, update the VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVPC</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Vpc</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Vpc</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Vpc</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Vpc</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Vpc = Initialize-Vpc Invoke-PatchVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpc $vpc </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVPC with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Vpc = Initialize-Vpc Invoke-PatchVPC -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpc $vpc </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVPC with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Vpc</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcAttachment</command:noun> <maml:description> <maml:para>Update VPC Attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Each VPC has one attachment. This API will update the VPC attachment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcAttachment = Initialize-VpcAttachment Invoke-PatchVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" -vpcAttachment $vpcAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcAttachment = Initialize-VpcAttachment Invoke-PatchVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" -vpcAttachment $vpcAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcAttachment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpc</command:noun> <maml:description> <maml:para>Update the VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Vpc</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Vpc</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Vpc</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Vpc</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Vpc</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Vpc = Initialize-Vpc Invoke-UpdateVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpc $vpc </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Vpc = Initialize-Vpc Invoke-UpdateVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpc $vpc </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Vpc</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcAttachment</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcAttachment</command:noun> <maml:description> <maml:para>Update the VPC attachment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the VPC attachment. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcAttachment</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachmentId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcAttachment</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcAttachment</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcAttachment</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcAttachment = Initialize-VpcAttachment Invoke-UpdateVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" -vpcAttachment $vpcAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcAttachment with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcAttachment = Initialize-VpcAttachment Invoke-UpdateVpcAttachment -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcAttachmentId "vpcAttachmentId_example" -vpcAttachment $vpcAttachment </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcAttachment with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcAttachment</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcGatewayPolicy</command:noun> <maml:description> <maml:para>Delete Gateway Policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete Gateway Policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcGatewayRule</command:noun> <maml:description> <maml:para>Delete N-S Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete N-S Firewall Rule DELETE /orgs/org1/projects/project1/vpcs/vpc-1/gateway-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGatewayPolicy</command:noun> <maml:description> <maml:para>Get Gateway Policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Gateway Policy </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGatewayPolicyStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGatewayPolicyStatistics</command:noun> <maml:description> <maml:para>Get gateway policy statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a gateway policy. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGatewayPolicyStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>Gateway policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>Gateway policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayPolicyStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayPolicyStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGatewayRule</command:noun> <maml:description> <maml:para>Read N-S Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read N-S Firewall Rule GET /orgs/org1/projects/project1/vpcs/vpc-1/gateway-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGatewayRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGatewayRuleStatistics</command:noun> <maml:description> <maml:para>Get rule statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of N-S Firewall rule. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGatewayRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>Gateway policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>Gateway policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGatewayRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGatewayRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcGatewayPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcGatewayPolicies</command:noun> <maml:description> <maml:para>List of VPC gateway policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC gateway policies. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcGatewayPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcGatewayPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includeRuleCount $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGatewayPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcGatewayPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGatewayPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcGatewayRules</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcGatewayRules</command:noun> <maml:description> <maml:para>List N-S Firewall Rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List N-S Firewall Rules GET /orgs/org1/projects/project1/vpcs/vpc-1/gateway-policies/default/rules </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcGatewayRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcGatewayRules -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGatewayRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcGatewayRules -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGatewayRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcGatewayPolicy</command:noun> <maml:description> <maml:para>Create or update Gateway Policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a GatewayPolicy with the policy-id is not already present, create a new GatewayPolicy. If it already exists, update the GatewayPolicy. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-PatchVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-PatchVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcGatewayRule</command:noun> <maml:description> <maml:para>Patch N-S Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the N-S Firewall Rule. If a Rule for the given Rule-id is not present, the object will get created and if it is present it will be updated. This is a full replace PATCH /orgs/org1/projects/project1/vpcs/vpc-1/gateway-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-PatchVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-PatchVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReviseVpcGatewayPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>ReviseVpcGatewayPolicies</command:noun> <maml:description> <maml:para>Revise the positioning of VPC gateway policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to set a precedence of a VPC gateway policy w.r.t others. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReviseVpcGatewayPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-ReviseVpcGatewayPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcGatewayPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-ReviseVpcGatewayPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcGatewayPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReviseVpcGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>ReviseVpcGatewayRule</command:noun> <maml:description> <maml:para>Revise the positioning of VPC N-S Firewall rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to re-order a rule within a VPC gateway policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReviseVpcGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-ReviseVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-ReviseVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcGatewayPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcGatewayPolicy</command:noun> <maml:description> <maml:para>Update the Gateway Policy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the Gateway Policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcGatewayPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-UpdateVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGatewayPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$GatewayPolicy = Initialize-GatewayPolicy Invoke-UpdateVpcGatewayPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -gatewayPolicy $gatewayPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGatewayPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-GatewayPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcGatewayRule</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcGatewayRule</command:noun> <maml:description> <maml:para>Create or update N-S Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the N-S Firewall Rule. If a Rule with the rule-id is not already present, this API fails with a 404. Creation of Rules is not allowed using this API. PUT /orgs/org1/projects/project1/vpcs/vpc-1/gateway-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcGatewayRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GatewayPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-UpdateVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGatewayRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-UpdateVpcGatewayRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -gatewayPolicyId "gatewayPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGatewayRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcGroup</command:noun> <maml:description> <maml:para>Delete VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC Group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroup</command:noun> <maml:description> <maml:para>Get VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Group </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupIPMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupIPMembers</command:noun> <maml:description> <maml:para>Get IP addresses that belong to this VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IP addresses that belong to this VPC Group. This API is applicable for Groups containing either VirtualMachine, VIF, Segment ,Segment Port or IP Address member type.For Groups containing other member types,an empty list is returned </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupIPMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupIPMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupIPMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupIPMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupIPMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupIPMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupMemberTypes</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupMemberTypes</command:noun> <maml:description> <maml:para>Get member types for a given VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>It retrieves member types for a given VPC group. In case of nested VPC groups, it calculates member types of child groups as well. Considers member type for members added via static members and dynamic membership criteria. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupMemberTypes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupMemberTypeListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupMemberTypes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupMemberTypes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupMemberTypes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupMemberTypes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupSubnetMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupSubnetMembers</command:noun> <maml:description> <maml:para>Get subnets that belong to this VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get subnets that belong to this VPC Group </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupSubnetMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupSubnetMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupSubnetMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupSubnetMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupSubnetMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupSubnetPortMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupSubnetPortMembers</command:noun> <maml:description> <maml:para>Get subnet ports that belong to this VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get subnet ports that belong to this VPC Group </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupSubnetPortMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyGroupMembersListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupSubnetPortMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupSubnetPortMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupSubnetPortMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupSubnetPortMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupVIFMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupVIFMembers</command:noun> <maml:description> <maml:para>Get Virtual Network Interface instances that belong to this Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Virtual Network Interface instances that belong to this Group. This API is applicable for Groups containing VirtualNetworkInterface and VirtualMachine member types. For Groups containing other member types,an empty list is returned. target_id in response is external_id of VirtualNetworkInterface or VirtualMachine. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupVIFMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualNetworkInterfaceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupVIFMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupVIFMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupVIFMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupVIFMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupVMMembers</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupVMMembers</command:noun> <maml:description> <maml:para>Get Virtual machines that belong to this VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Virtual machines that belong to this VPC Group. This API is applicable for Groups containing VirtualMachine,member type. For Groups containing other member types,an empty list is returned. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupVMMembers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RealizedVirtualMachineListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupVMMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupVMMembers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupVMMembers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupVMMembers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupsForIPAddress</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupsForIPAddress</command:noun> <maml:description> <maml:para>Get groups for which the given IP address is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given IP address is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupsForIPAddress</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPAddress</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddress</maml:name> <maml:Description> <maml:para>IPAddress</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForIPAddress -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddress "ipAddress_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForIPAddress with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForIPAddress -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddress "ipAddress_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForIPAddress with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupsForObject</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupsForObject</command:noun> <maml:description> <maml:para>Get groups for which the given object is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given object is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupsForObject</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IntentPath</maml:name> <maml:Description> <maml:para>String path of the intent object</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForObject -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -intentPath "intentPath_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForObject with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForObject -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -intentPath "intentPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForObject with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupsForVIF</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupsForVIF</command:noun> <maml:description> <maml:para>Get groups for which the given VIF is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given VIF is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupsForVIF</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VifExternalId</maml:name> <maml:Description> <maml:para>Virtual network interface external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VifExternalId</maml:name> <maml:Description> <maml:para>Virtual network interface external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForVIF -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vifExternalId "vifExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForVIF with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForVIF -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vifExternalId "vifExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForVIF with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcGroupsForVM</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcGroupsForVM</command:noun> <maml:description> <maml:para>Get groups for which the given VM is a member</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get policy groups for which the given VM is a member. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcGroupsForVM</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VmExternalId</maml:name> <maml:Description> <maml:para>Virtual machine external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VmExternalId</maml:name> <maml:Description> <maml:para>Virtual machine external ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceForEPListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForVM -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vmExternalId "vmExternalId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForVM with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcGroupsForVM -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vmExternalId "vmExternalId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcGroupsForVM with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcGroups</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcGroups</command:noun> <maml:description> <maml:para>List VPC Groups</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC Groups. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcGroups</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MemberTypes</maml:name> <maml:Description> <maml:para>Comma Separated Member types</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MemberTypes</maml:name> <maml:Description> <maml:para>Comma Separated Member types</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GroupListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcGroups -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -memberTypes "memberTypes_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGroups with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcGroups -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcGroups with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcGroup</command:noun> <maml:description> <maml:para>Create or update VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a VPC group with the group-id is not already present, create a new VPC group. If it already exists, update the group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-PatchVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-PatchVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Group</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcGroup</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcGroup</command:noun> <maml:description> <maml:para>Create or update VPC Group</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a VPC group with the group-id is not already present, create a new VPC group. If it already exists, update the VPC group. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcGroup</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>GroupId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Group</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Group</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Group</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-UpdateVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGroup with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Group = Initialize-Group Invoke-UpdateVpcGroup -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -groupId "groupId_example" -group $group </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcGroup with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Group</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBAppProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBAppProfile</command:noun> <maml:description> <maml:para>Delete LBAppProfile and all the entities contained by this LBAppProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBAppProfile along with all the entities contained by this LBAppProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBAppProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBAppProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBAppProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBClientSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBClientSslProfile</command:noun> <maml:description> <maml:para>Delete LBClientSslProfile and all the entities contained by this LBClientSslProfile </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBClientSslProfile along with all the entities contained by this LBClientSslProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBClientSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBClientSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBClientSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBMonitorProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBMonitorProfile</command:noun> <maml:description> <maml:para>Delete LBMonitorProfile and all the entities contained by this LBMonitorProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBMonitorProfile along with all the entities contained by this LBMonitorProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBMonitorProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBMonitorProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBMonitorProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBPersistenceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBPersistenceProfile</command:noun> <maml:description> <maml:para>Delete LBPersistenceProfile and all the entities contained by this LBPersistenceProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBPersistenceProfile along with all the entities contained by this LBPersistenceProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBPersistenceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBPersistenceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBPersistenceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBPool</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBPool</command:noun> <maml:description> <maml:para>Delete LBPool and all the entities contained by this LBPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBPool along with all the entities contained by this LBPool. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBServerSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBServerSslProfile</command:noun> <maml:description> <maml:para>Delete LBServerSslProfile and all the entities contained by this LBServerSslProfile </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBServerSslProfile along with all the entities contained by this LBServerSslProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBServerSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBServerSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBServerSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBService</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBService</command:noun> <maml:description> <maml:para>Delete the load balancer and all the entities contained by this load balancer </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the load balancer and all the entities contained by this load balancer. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcLBVirtualServer</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcLBVirtualServer</command:noun> <maml:description> <maml:para>Delete LBVirtualServer and all the entities contained by this LBVirtualServer.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete the LBVirtualServer along with all the entities contained by this LBVirtualServer. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcLBVirtualServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Force</maml:name> <maml:Description> <maml:para>Force delete the resource even if it is being used somewhere </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -force $false </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBVirtualServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcLBVirtualServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBAppProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBAppProfiles</command:noun> <maml:description> <maml:para>List LBAppProfiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBAppProfiles. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBAppProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBAppProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBAppProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBAppProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBAppProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBClientSslProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBClientSslProfiles</command:noun> <maml:description> <maml:para>List LBClientSslProfiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBClientSslProfiles. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBClientSslProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBClientSslProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBClientSslProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBClientSslProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBClientSslProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBMonitorProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBMonitorProfiles</command:noun> <maml:description> <maml:para>List LBMonitorProfiles specified Vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBMonitorProfiles specified Vpc. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBMonitorProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBMonitorProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBMonitorProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBMonitorProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBMonitorProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBPersistenceProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBPersistenceProfiles</command:noun> <maml:description> <maml:para>List LBPersistenceProfiles for the specified Vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBPersistenceProfiles specified Vpc. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBPersistenceProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBPersistenceProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBPersistenceProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBPersistenceProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBPersistenceProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBPools</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBPools</command:noun> <maml:description> <maml:para>List LBPools</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBPools. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBPools</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPoolListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBPools -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBPools with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBPools -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBPools with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBServerSslProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBServerSslProfiles</command:noun> <maml:description> <maml:para>List LBServerSslProfiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBServerSslProfiles. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBServerSslProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBServerSslProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBServerSslProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBServerSslProfiles -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBServerSslProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBServices</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBServices</command:noun> <maml:description> <maml:para>List load balancers</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all load balancers. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServiceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBServices -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBServices -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcLBVirtualServers</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcLBVirtualServers</command:noun> <maml:description> <maml:para>List LBVirtualServers</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all LBVirtualServers. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcLBVirtualServers</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServerListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBVirtualServers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBVirtualServers with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcLBVirtualServers -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcLBVirtualServers with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBAppProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBAppProfile</command:noun> <maml:description> <maml:para>Create or update a LBAppProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBAppProfile with the vpc-lb-app-profile-id is not already present, create a new LBAppProfile. If it already exists, update the LBAppProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBAppProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBAppProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBAppProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBAppProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBAppProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBAppProfile = Initialize-LBAppProfile Invoke-PatchVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" -lBAppProfile $lBAppProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBAppProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBAppProfile = Initialize-LBAppProfile Invoke-PatchVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" -lBAppProfile $lBAppProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBAppProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBAppProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBClientSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBClientSslProfile</command:noun> <maml:description> <maml:para>Create or update a LBClientSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBClientSslProfile with the vpc-lb-client-ssl-profile-id is not already present, create a new LBClientSslProfile. If it already exists, update the LBClientSslProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBClientSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBClientSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBClientSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBClientSslProfile = Initialize-LBClientSslProfile Invoke-PatchVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" -lBClientSslProfile $lBClientSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBClientSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBClientSslProfile = Initialize-LBClientSslProfile Invoke-PatchVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" -lBClientSslProfile $lBClientSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBClientSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBClientSslProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBMonitorProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBMonitorProfile</command:noun> <maml:description> <maml:para>Create or update a LBMonitorProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBMonitorProfile with the vpc-lb-monitor-profile-id is not already present, create a new LBMonitorProfile. If it already exists, update the LBMonitorProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBMonitorProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBMonitorProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBMonitorProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBMonitorProfile = Initialize-LBMonitorProfile Invoke-PatchVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" -lBMonitorProfile $lBMonitorProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBMonitorProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBMonitorProfile = Initialize-LBMonitorProfile Invoke-PatchVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" -lBMonitorProfile $lBMonitorProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBMonitorProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBMonitorProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBPersistenceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBPersistenceProfile</command:noun> <maml:description> <maml:para>Create or update a LBPersistenceProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBPersistenceProfile with the vpc-lb-persistence-profile-id is not already present, create a new LBPersistenceProfile. If it already exists, update the LBPersistenceProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBPersistenceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPersistenceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPersistenceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBPersistenceProfile = Initialize-LBPersistenceProfile Invoke-PatchVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" -lBPersistenceProfile $lBPersistenceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBPersistenceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBPersistenceProfile = Initialize-LBPersistenceProfile Invoke-PatchVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" -lBPersistenceProfile $lBPersistenceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBPersistenceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBPersistenceProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBPool</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBPool</command:noun> <maml:description> <maml:para>Create or update a LBPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBPool with the vpc-lb-pool-id is not already present, create a new LBPool. If it already exists, update the LBPool. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBPool = Initialize-LBPool Invoke-PatchVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" -lBPool $lBPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBPool = Initialize-LBPool Invoke-PatchVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" -lBPool $lBPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBPool</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBServerSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBServerSslProfile</command:noun> <maml:description> <maml:para>Create or update a LBServerSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBServerSslProfile with the vpc-lb-server-ssl-profile-id is not already present, create a new LBServerSslProfile. If it already exists, update the LBServerSslProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBServerSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBServerSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBServerSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBServerSslProfile = Initialize-LBServerSslProfile Invoke-PatchVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" -lBServerSslProfile $lBServerSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBServerSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBServerSslProfile = Initialize-LBServerSslProfile Invoke-PatchVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" -lBServerSslProfile $lBServerSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBServerSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBServerSslProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBService</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBService</command:noun> <maml:description> <maml:para>Create or update a load balancer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a load balancer with the vpc-lb-id doesn't exist, create a new Load Balancer. If it has already existed, update the load balancer. This is a full replacement. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Load Balancer Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Load Balancer Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBService = Initialize-LBService Invoke-PatchVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -lBService $lBService -action "allow_auto_relocation" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBService = Initialize-LBService Invoke-PatchVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -lBService $lBService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcLBVirtualServer</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcLBVirtualServer</command:noun> <maml:description> <maml:para>Create or update a LBVirtualServer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBVirtualServer with the vpc-lb-virtual-server-id is not already present, create a new LBVirtualServer. If it already exists, update the LBVirtualServer. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcLBVirtualServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBVirtualServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBVirtualServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBVirtualServer = Initialize-LBVirtualServer Invoke-PatchVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -lBVirtualServer $lBVirtualServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBVirtualServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBVirtualServer = Initialize-LBVirtualServer Invoke-PatchVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -lBVirtualServer $lBVirtualServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcLBVirtualServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBVirtualServer</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBAppProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBAppProfile</command:noun> <maml:description> <maml:para>Read LBAppProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBAppProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBAppProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBAppProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBAppProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBClientSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBClientSslProfile</command:noun> <maml:description> <maml:para>Read LBClientSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBClientSslProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBClientSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBClientSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBClientSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBMonitorProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBMonitorProfile</command:noun> <maml:description> <maml:para>Read LBMonitorProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBMonitorProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBMonitorProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBMonitorProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBMonitorProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBPersistenceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBPersistenceProfile</command:noun> <maml:description> <maml:para>Read LBPersistenceProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBPersistenceProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBPersistenceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBPersistenceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBPersistenceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBPool</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBPool</command:noun> <maml:description> <maml:para>Read LBPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBPool. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBServerSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBServerSslProfile</command:noun> <maml:description> <maml:para>Read LBServerSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBServerSslProfile. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBServerSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBServerSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBServerSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBService</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBService</command:noun> <maml:description> <maml:para>Read a load balancer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a load balancer. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcLBVirtualServer</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcLBVirtualServer</command:noun> <maml:description> <maml:para>Read LBVirtualServer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read a LBVirtualServer. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcLBVirtualServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBVirtualServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcLBVirtualServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBAppProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBAppProfile</command:noun> <maml:description> <maml:para>Create or update a LBAppProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBAppProfile with the vpc-lb-app-profile-id is not already present, create a new LBAppProfile. If it already exists, update the LBAppProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBAppProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBAppProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBAppProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbAppProfileId</maml:name> <maml:Description> <maml:para>LBAppProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBAppProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBAppProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBAppProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBAppProfile = Initialize-LBAppProfile Invoke-UpdateVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" -lBAppProfile $lBAppProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBAppProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBAppProfile = Initialize-LBAppProfile Invoke-UpdateVpcLBAppProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbAppProfileId "vpcLbAppProfileId_example" -lBAppProfile $lBAppProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBAppProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBAppProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBClientSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBClientSslProfile</command:noun> <maml:description> <maml:para>Create or update a LBClientSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBClientSslProfile with the vpc-lb-client-ssl-profile-id is not already present, create a new LBClientSslProfile. If it already exists, update the LBClientSslProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBClientSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBClientSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbClientSslProfileId</maml:name> <maml:Description> <maml:para>LBClientSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBClientSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBClientSslProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBClientSslProfile = Initialize-LBClientSslProfile Invoke-UpdateVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" -lBClientSslProfile $lBClientSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBClientSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBClientSslProfile = Initialize-LBClientSslProfile Invoke-UpdateVpcLBClientSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbClientSslProfileId "vpcLbClientSslProfileId_example" -lBClientSslProfile $lBClientSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBClientSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBClientSslProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBMonitorProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBMonitorProfile</command:noun> <maml:description> <maml:para>Create or update a LBMonitorProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBMonitorProfile with the vpc-lb-monitor-profile-id is not already present, create a new LBMonitorProfile. If it already exists, update the LBMonitorProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBMonitorProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBMonitorProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbMonitorProfileId</maml:name> <maml:Description> <maml:para>LBMonitorProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBMonitorProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBMonitorProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBMonitorProfile = Initialize-LBMonitorProfile Invoke-UpdateVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" -lBMonitorProfile $lBMonitorProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBMonitorProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBMonitorProfile = Initialize-LBMonitorProfile Invoke-UpdateVpcLBMonitorProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbMonitorProfileId "vpcLbMonitorProfileId_example" -lBMonitorProfile $lBMonitorProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBMonitorProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBMonitorProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBPersistenceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBPersistenceProfile</command:noun> <maml:description> <maml:para>Create or update a LBPersistenceProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBPersistenceProfile with the vpc-lb-persistence-profile-id is not already present, create a new LBPersistenceProfile. If it already exists, update the LBPersistenceProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBPersistenceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPersistenceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPersistenceProfileId</maml:name> <maml:Description> <maml:para>LBPersistenceProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPersistenceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPersistenceProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBPersistenceProfile = Initialize-LBPersistenceProfile Invoke-UpdateVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" -lBPersistenceProfile $lBPersistenceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBPersistenceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBPersistenceProfile = Initialize-LBPersistenceProfile Invoke-UpdateVpcLBPersistenceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPersistenceProfileId "vpcLbPersistenceProfileId_example" -lBPersistenceProfile $lBPersistenceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBPersistenceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBPersistenceProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBPool</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBPool</command:noun> <maml:description> <maml:para>Create or update a LBPool</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBPool with the vpc-lb-pool-id is not already present, create a new LBPool. If it already exists, update the LBPool. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBPool</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBPool</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBPool</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBPool = Initialize-LBPool Invoke-UpdateVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" -lBPool $lBPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBPool = Initialize-LBPool Invoke-UpdateVpcLBPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbPoolId "vpcLbPoolId_example" -lBPool $lBPool </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBPool</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBServerSslProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBServerSslProfile</command:noun> <maml:description> <maml:para>Create or update a LBServerSslProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBServerSslProfile with the vpc-lb-server-ssl-profile-id is not already present, create a new LBServerSslProfile. If it already exists, update the LBServerSslProfile. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBServerSslProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBServerSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbServerSslProfileId</maml:name> <maml:Description> <maml:para>LBServerSslProfile ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBServerSslProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBServerSslProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBServerSslProfile = Initialize-LBServerSslProfile Invoke-UpdateVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" -lBServerSslProfile $lBServerSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBServerSslProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBServerSslProfile = Initialize-LBServerSslProfile Invoke-UpdateVpcLBServerSslProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbServerSslProfileId "vpcLbServerSslProfileId_example" -lBServerSslProfile $lBServerSslProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBServerSslProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBServerSslProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBService</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBService</command:noun> <maml:description> <maml:para>Create or update a load balancer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a load balancer with the vpc-lb-id doesn't exist, create a new Load Balancer. If it has already existed, update the load balancer. This is a full replacement. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Load Balancer Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Load Balancer Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBService = Initialize-LBService Invoke-UpdateVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -lBService $lBService -action "allow_auto_relocation" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBService = Initialize-LBService Invoke-UpdateVpcLBService -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -lBService $lBService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcLBVirtualServer</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcLBVirtualServer</command:noun> <maml:description> <maml:para>Create or update a LBVirtualServer</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a LBVirtualServer with the vpc-lb-virtual-server-id is not already present, create a new LBVirtualServer. If it already exists, update the LBVirtualServer. This is a full replace. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcLBVirtualServer</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBVirtualServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LBVirtualServer</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.LBVirtualServer</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$LBVirtualServer = Initialize-LBVirtualServer Invoke-UpdateVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -lBVirtualServer $lBVirtualServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBVirtualServer with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$LBVirtualServer = Initialize-LBVirtualServer Invoke-UpdateVpcLBVirtualServer -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -lBVirtualServer $lBVirtualServer </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcLBVirtualServer with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-LBVirtualServer</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetProjectLBNodeCapacityStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetProjectLBNodeCapacityStatus</command:noun> <maml:description> <maml:para>Get LB node capacity</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API is used to retrieve available load balancer capacity status for all service clusters shared with Project. Currently Edge cluster is supported as service cluster. If the parameter ?service_cluster_path=&lt;service-cluster-path&gt; exists, then API only shows the available load balancer capacity status for this specific service cluster. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetProjectLBNodeCapacityStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceClusterPath</maml:name> <maml:Description> <maml:para>The service cluster path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceClusterPath</maml:name> <maml:Description> <maml:para>The service cluster path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBNodeCapacitySummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetProjectLBNodeCapacityStatus -orgId "orgId_example" -projectId "projectId_example" -enforcementPointPath "enforcementPointPath_example" -serviceClusterPath "serviceClusterPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProjectLBNodeCapacityStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetProjectLBNodeCapacityStatus -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetProjectLBNodeCapacityStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBNodeCapacityStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBNodeCapacityStatus</command:noun> <maml:description> <maml:para>Get LB node capacity</maml:para> </maml:description> </command:details> <maml:description> <maml:para>API is used to retrieve available load balancer capacity status for all service clusters shared with VPC. Currently Edge cluster is supported as service cluster. If the parameter ?service_cluster_path=&lt;service-cluster-path&gt; exists, then API only shows the available load balancer capacity status for this specific service cluster. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBNodeCapacityStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceClusterPath</maml:name> <maml:Description> <maml:para>The service cluster path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceClusterPath</maml:name> <maml:Description> <maml:para>The service cluster path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBNodeCapacitySummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBNodeCapacityStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -enforcementPointPath "enforcementPointPath_example" -serviceClusterPath "serviceClusterPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBNodeCapacityStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBNodeCapacityStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBNodeCapacityStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBPoolStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBPoolStatistics</command:noun> <maml:description> <maml:para>Get LBPool statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get LBPoolStatistics information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBPoolStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBPoolStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBPoolStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbPoolId "vpcLbPoolId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBPoolStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBPoolStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbPoolId "vpcLbPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBPoolStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBPoolStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBPoolStatus</command:noun> <maml:description> <maml:para>Get LBPool status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get LBPool detailed status information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBPoolStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbPoolId</maml:name> <maml:Description> <maml:para>LBPool id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBPoolStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBPoolStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbPoolId "vpcLbPoolId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBPoolStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBPoolStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbPoolId "vpcLbPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBPoolStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBServiceStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBServiceStatistics</command:noun> <maml:description> <maml:para>Get load balancer statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get load balancer statistics information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBServiceStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBServiceStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBServiceStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBServiceStatus</command:noun> <maml:description> <maml:para>Get load balancer status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get load balancer detailed status information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBServiceStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBServiceStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBServiceUsage</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBServiceUsage</command:noun> <maml:description> <maml:para>Get load balancer usage information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get load balancer usage information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBServiceUsage</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBServiceUsage</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceUsage -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceUsage with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBServiceUsage -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBServiceUsage with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBVirtualServerStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBVirtualServerStatistics</command:noun> <maml:description> <maml:para>Get LBVirtualServer statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get LBVirtualServerStatistics information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBVirtualServerStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBVirtualServerStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBVirtualServerStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBVirtualServerStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBVirtualServerStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBVirtualServerStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcLBVirtualServerStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcLBVirtualServerStatus</command:noun> <maml:description> <maml:para>Get LBVirtualServer status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get LBVirtualServer detailed status information. - no enforcement point path specified: Information will be aggregated from each enforcement point. - {enforcement_point_path}: Information will be retrieved only from the given enforcement point. NSX Load Balancer availability in terms of use-cases and editions is specified in NSX Feature and Edition Guide. Please review before consuming those APIs. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcLBVirtualServerStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbId</maml:name> <maml:Description> <maml:para>Load Balancer ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcLbVirtualServerId</maml:name> <maml:Description> <maml:para>LBVirtualServer id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateLBVirtualServerStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBVirtualServerStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBVirtualServerStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcLBVirtualServerStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -vpcLbId "vpcLbId_example" -vpcLbVirtualServerId "vpcLbVirtualServerId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcLBVirtualServerStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplacePolicyNatRuleOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplacePolicyNatRuleOnVpc</command:noun> <maml:description> <maml:para>Update NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update NAT Rule on VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplacePolicyNatRuleOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyVpcNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyVpcNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyVpcNatRule = Initialize-PolicyVpcNatRule Invoke-CreateOrReplacePolicyNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyVpcNatRule $policyVpcNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplacePolicyNatRuleOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyVpcNatRule = Initialize-PolicyVpcNatRule Invoke-CreateOrReplacePolicyNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyVpcNatRule $policyVpcNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplacePolicyNatRuleOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyVpcNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeletePolicyNatRuleOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>DeletePolicyNatRuleOnVpc</command:noun> <maml:description> <maml:para>Delete NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete NAT Rule from VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeletePolicyNatRuleOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeletePolicyNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeletePolicyNatRuleOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeletePolicyNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeletePolicyNatRuleOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetPolicyNatOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>GetPolicyNatOnVpc</command:noun> <maml:description> <maml:para>GET Policy NAT types.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get either of the two supported sections (USER and NAT64) under the given VPC ID. The USER section allows IPV4 based NAT rules, while the NAT64 rules allow translating IPV6 packets to IPV4 packets. For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetPolicyNatOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetPolicyNatOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyNatOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetPolicyNatOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyNatOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetPolicyVpcNatRuleOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>GetPolicyVpcNatRuleOnVpc</command:noun> <maml:description> <maml:para>Get NAT Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule from VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetPolicyVpcNatRuleOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetPolicyVpcNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyVpcNatRuleOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetPolicyVpcNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyVpcNatRuleOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetPolicyVpcNatRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetPolicyVpcNatRuleStatistics</command:noun> <maml:description> <maml:para>Get NAT Rule Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get NAT Rule Statistics from VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetPolicyVpcNatRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Action on statistics</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetPolicyVpcNatRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" -action "aggregate" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyVpcNatRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetPolicyVpcNatRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetPolicyVpcNatRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListPolicyNatOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ListPolicyNatOnVpc</command:noun> <maml:description> <maml:para>List Policy NAT types.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List the two supported sections (USER and NAT64) under the given VPC ID. The USER section allows IPV4 based NAT rules, while the NAT64 rules allow translating IPV6 packets to IPV4 packets. For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListPolicyNatOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListPolicyNatOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyNatOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListPolicyNatOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyNatOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListPolicyNatRulesOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ListPolicyNatRulesOnVpc</command:noun> <maml:description> <maml:para>List NAT Rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List NAT Rules from VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListPolicyNatRulesOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListPolicyNatRulesOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyNatRulesOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListPolicyNatRulesOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyNatRulesOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListPolicyVpcNatRulesStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>ListPolicyVpcNatRulesStatistics</command:noun> <maml:description> <maml:para>List NAT Rules Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List NAT Rules Statistics from VPC denoted by VPC ID.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListPolicyVpcNatRulesStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyNatRuleStatisticsPerLogicalRouterListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListPolicyVpcNatRulesStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyVpcNatRulesStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListPolicyVpcNatRulesStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListPolicyVpcNatRulesStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchPolicyVpcNatRuleOnVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchPolicyVpcNatRuleOnVpc</command:noun> <maml:description> <maml:para>Create or update a Nat Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a NAT Rule is not already present on VPC denoted by VPC ID, under NAT section denoted by &lt;nat-id&gt;, create a new NAT Rule. If it already exists, update the NAT Rule. Under VPC there will be 2 different NATs(sections). (USER and NAT64) For more details related to NAT section please refer to PolicyNAT schema. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchPolicyVpcNatRuleOnVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyVpcNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatId</maml:name> <maml:Description> <maml:para>NAT id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NatRuleId</maml:name> <maml:Description> <maml:para>Rule ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PolicyVpcNatRule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcNatRule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$PolicyVpcNatRule = Initialize-PolicyVpcNatRule Invoke-PatchPolicyVpcNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyVpcNatRule $policyVpcNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchPolicyVpcNatRuleOnVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$PolicyVpcNatRule = Initialize-PolicyVpcNatRule Invoke-PatchPolicyVpcNatRuleOnVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -natId "natId_example" -natRuleId "natRuleId_example" -policyVpcNatRule $policyVpcNatRule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchPolicyVpcNatRuleOnVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-PolicyVpcNatRule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcPolicyRule</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcPolicyRule</command:noun> <maml:description> <maml:para>Delete E-W Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete E-W Firewall Rule DELETE /orgs/org1/projects/project1/vpcs/vpc-1/security-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcPolicyRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcPolicyRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcPolicyRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSecurityPolicy</command:noun> <maml:description> <maml:para>Delete SecurityPolicy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete SecurityPolicy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcPolicyRule</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcPolicyRule</command:noun> <maml:description> <maml:para>Read E-W Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Rule GET /orgs/org1/projects/project1/vpcs/vpc-1/security-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcPolicyRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcPolicyRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcPolicyRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSecurityPolicy</command:noun> <maml:description> <maml:para>Get SecurityPolicy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get SecurityPolicy </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSecurityPolicyStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSecurityPolicyStatistics</command:noun> <maml:description> <maml:para>Get security policy statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of a security policy. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSecurityPolicyStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicyStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicyStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicyStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSecurityRuleStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSecurityRuleStatistics</command:noun> <maml:description> <maml:para>Get rule statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics of E-W Firewall rule. - no enforcement point path specified: Stats will be evaluated on each enforcement point. - {enforcement_point_path}: Stats are evaluated only on the given enforcement point. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSecurityRuleStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>Org id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>Project id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>VPC id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>Security policy id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>Rule id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ContainerClusterPath</maml:name> <maml:Description> <maml:para>String Path of the Container Cluster entity</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleStatisticsListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -containerClusterPath "containerClusterPath_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityRuleStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityRuleStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityRuleStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcPolicyRules</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcPolicyRules</command:noun> <maml:description> <maml:para>List E-W Firewall Rules</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List Rules GET /orgs/org1/projects/project1/vpcs/vpc-1/security-policies/default/rules </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcPolicyRules</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RuleListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcPolicyRules -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcPolicyRules with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcPolicyRules -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcPolicyRules with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSecurityPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSecurityPolicies</command:noun> <maml:description> <maml:para>List of VPC security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC security policies. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSecurityPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeRuleCount</maml:name> <maml:Description> <maml:para>Include the count of rules in policy</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicyListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includeRuleCount $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSecurityPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSecurityPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcPolicyRule</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcPolicyRule</command:noun> <maml:description> <maml:para>Patch E-W Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the E-W Firewall Rule. If a Rule for the given Rule-id is not present, the object will get created and if it is present it will be updated. This is a full replace PATCH /orgs/org1/projects/project1/vpcs/vpc-1/security-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcPolicyRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-PatchVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcPolicyRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-PatchVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcPolicyRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSecurityPolicy</command:noun> <maml:description> <maml:para>Create or update SecurityPolicy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a SecurityPolicy with the policy-id is not already present, create a new SecurityPolicy. If it already exists, update the SecurityPolicy. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-PatchVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-PatchVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReviseVpcSecurityPolicies</command:name> <command:verb>Invoke</command:verb> <command:noun>ReviseVpcSecurityPolicies</command:noun> <maml:description> <maml:para>Revise the positioning of VPC security policies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to set a precedence of a VPC security policy w.r.t others. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReviseVpcSecurityPolicies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-ReviseVpcSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcSecurityPolicies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-ReviseVpcSecurityPolicies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcSecurityPolicies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReviseVpcSecurityRule</command:name> <command:verb>Invoke</command:verb> <command:noun>ReviseVpcSecurityRule</command:noun> <maml:description> <maml:para>Revise the positioning of VPC E-W Firewall rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This is used to re-order a rule within a VPC security policy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReviseVpcSecurityRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>AnchorPath</maml:name> <maml:Description> <maml:para>The security policy/rule path if operation is 'insert_after' or 'insert_before' </maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Operation</maml:name> <maml:Description> <maml:para>Operation</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>insert_top</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-ReviseVpcSecurityRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule -anchorPath "anchorPath_example" -operation "insert_top" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcSecurityRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-ReviseVpcSecurityRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReviseVpcSecurityRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcPolicyRule</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcPolicyRule</command:noun> <maml:description> <maml:para>Create or update E-W Firewall Rule</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the E-W Firewall Rule. If a Rule with the rule-id is not already present, this API fails with a 404. Creation of Rules is not allowed using this API. PUT /orgs/org1/projects/project1/vpcs/vpc-1/security-policies/default/rules/rule-1 </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcPolicyRule</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RuleId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Rule</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.Rule</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.Rule</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-UpdateVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcPolicyRule with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Rule = Initialize-Rule Invoke-UpdateVpcPolicyRule -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -ruleId "ruleId_example" -rule $rule </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcPolicyRule with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-Rule</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcSecurityPolicy</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcSecurityPolicy</command:noun> <maml:description> <maml:para>Update the SecurityPolicy</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the SecurityPolicy. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcSecurityPolicy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicyId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SecurityPolicy</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityPolicy</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-UpdateVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSecurityPolicy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SecurityPolicy = Initialize-SecurityPolicy Invoke-UpdateVpcSecurityPolicy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -securityPolicyId "securityPolicyId_example" -securityPolicy $securityPolicy </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSecurityPolicy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SecurityPolicy</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceVpcConnectivityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceVpcConnectivityProfile</command:noun> <maml:description> <maml:para>Create Or Replace VPC Connectivity Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If the VPC Connectivity Profile is not already present, create a VPC Connectivity Profile instance. If it already exists, replace the VPC Connectivity Profile instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceVpcConnectivityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcConnectivityProfile = Initialize-VpcConnectivityProfile Invoke-CreateOrReplaceVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" -vpcConnectivityProfile $vpcConnectivityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcConnectivityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcConnectivityProfile = Initialize-VpcConnectivityProfile Invoke-CreateOrReplaceVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" -vpcConnectivityProfile $vpcConnectivityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcConnectivityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcConnectivityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceVpcServiceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceVpcServiceProfile</command:noun> <maml:description> <maml:para>Create Or Replace VPC Service Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If the VPC Service Profile is not already present, create a VPC Service Profile instance. If it already exists, replace the VPC Service Profile instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceVpcServiceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcServiceProfile = Initialize-VpcServiceProfile Invoke-CreateOrReplaceVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" -vpcServiceProfile $vpcServiceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcServiceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcServiceProfile = Initialize-VpcServiceProfile Invoke-CreateOrReplaceVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" -vpcServiceProfile $vpcServiceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcServiceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcServiceProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcConnectivityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcConnectivityProfile</command:noun> <maml:description> <maml:para>Delete VPC Connectivity Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes the specified VPC Connectivity Profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcConnectivityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcConnectivityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcConnectivityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcServiceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcServiceProfile</command:noun> <maml:description> <maml:para>Delete VPC Service Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes the specified VPC Service Profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcServiceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcServiceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcServiceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcConnectivityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcConnectivityProfile</command:noun> <maml:description> <maml:para>Get the VPC Connectivity Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the VPC Connectivity Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcConnectivityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcConnectivityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcConnectivityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcServiceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcServiceProfile</command:noun> <maml:description> <maml:para>Get the VPC Service Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the VPC Service Profile</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcServiceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcServiceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcServiceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcConnectivityProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcConnectivityProfiles</command:noun> <maml:description> <maml:para>List VPC Connectivity Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List VPC Connectivity Profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcConnectivityProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcConnectivityProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcConnectivityProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcConnectivityProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcConnectivityProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcServiceProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcServiceProfiles</command:noun> <maml:description> <maml:para>List VPC Service Profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List VPC Service Profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcServiceProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcServiceProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcServiceProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcServiceProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcServiceProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcConnectivityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcConnectivityProfile</command:noun> <maml:description> <maml:para>Patch VPC Connectivity Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create VPC Connectivity Profile if not already present, otherwise update the VPC Connectivity Profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcConnectivityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcConnectivityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcConnectivityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcConnectivityProfile = Initialize-VpcConnectivityProfile Invoke-PatchVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" -vpcConnectivityProfile $vpcConnectivityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcConnectivityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcConnectivityProfile = Initialize-VpcConnectivityProfile Invoke-PatchVpcConnectivityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcConnectivityProfileId "vpcConnectivityProfileId_example" -vpcConnectivityProfile $vpcConnectivityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcConnectivityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcConnectivityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcServiceProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcServiceProfile</command:noun> <maml:description> <maml:para>Patch VPC Service Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create VPC Service Profile if not already present, otherwise update the VPC Service Profile. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcServiceProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcServiceProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcServiceProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcServiceProfile = Initialize-VpcServiceProfile Invoke-PatchVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" -vpcServiceProfile $vpcServiceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcServiceProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcServiceProfile = Initialize-VpcServiceProfile Invoke-PatchVpcServiceProfile -orgId "orgId_example" -projectId "projectId_example" -vpcServiceProfileId "vpcServiceProfileId_example" -vpcServiceProfile $vpcServiceProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcServiceProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcServiceProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSecurityProfile</command:noun> <maml:description> <maml:para>Get VpcSecurityProfile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get security profile with the specified ID. Currently only the default security profile at the project level can be queried using this API. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSecurityProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSecurityProfiles</command:noun> <maml:description> <maml:para>List of VpcSecurityProfiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VpcSecurityProfiles. Note: Currently this API will return only a single default security profile at the project level. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSecurityProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSecurityProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSecurityProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSecurityProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSecurityProfile</command:noun> <maml:description> <maml:para>Update Security Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update existing default security profile. Note: Currently, user will not be able to create new security profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSecurityProfile = Initialize-VpcSecurityProfile Invoke-PatchVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" -vpcSecurityProfile $vpcSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSecurityProfile = Initialize-VpcSecurityProfile Invoke-PatchVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" -vpcSecurityProfile $vpcSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcSecurityProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcSecurityProfile</command:noun> <maml:description> <maml:para>Update Security Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update existing security profile. Note: Currently, user will not be able to create new security profiles. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcSecurityProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSecurityProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSecurityProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSecurityProfile = Initialize-VpcSecurityProfile Invoke-UpdateVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" -vpcSecurityProfile $vpcSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSecurityProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSecurityProfile = Initialize-VpcSecurityProfile Invoke-UpdateVpcSecurityProfile -orgId "orgId_example" -projectId "projectId_example" -vpcSecurityProfileId "vpcSecurityProfileId_example" -vpcSecurityProfile $vpcSecurityProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSecurityProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSecurityProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceVpcStaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceVpcStaticRoutes</command:noun> <maml:description> <maml:para>Create or update a VPC static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If static routes for route-id are not already present, create static routes. If it already exists, replace the static routes for route-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceVpcStaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-CreateOrReplaceVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcStaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-CreateOrReplaceVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcStaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticRoutes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcStaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcStaticRoutes</command:noun> <maml:description> <maml:para>Delete VPC static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC static routes</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcStaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcStaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcStaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcStaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcStaticRoutes</command:noun> <maml:description> <maml:para>List VPC Static Routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all VPC Static Routes </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcStaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutesListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcStaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcStaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcStaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcStaticRoutes</command:noun> <maml:description> <maml:para>Create or update a VPC static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If static routes for route-id are not already present, create static routes. If it already exists, update static routes for route-id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcStaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StaticRoutes</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.StaticRoutes</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-PatchVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcStaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$StaticRoutes = Initialize-StaticRoutes Invoke-PatchVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" -staticRoutes $staticRoutes </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcStaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-StaticRoutes</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcStaticRoutes</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcStaticRoutes</command:noun> <maml:description> <maml:para>Read VPC static routes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read VPC static routes</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcStaticRoutes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.StaticRoutes</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcStaticRoutes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcStaticRoutes -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -routeId "routeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcStaticRoutes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetDnsForwarderStats</command:name> <command:verb>Invoke</command:verb> <command:noun>GetDnsForwarderStats</command:noun> <maml:description> <maml:para>Get DNS Forwarder statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the DNS Forwarder statistics. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetDnsForwarderStats</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DnsForwarderStats</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetDnsForwarderStats -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetDnsForwarderStats with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetDnsForwarderStats -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetDnsForwarderStats with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcAdvertisedNetworks</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcAdvertisedNetworks</command:noun> <maml:description> <maml:para>List networks advertised to the VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return networks which are advertised to connected VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcAdvertisedNetworks</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworksListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcAdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAdvertisedNetworks with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcAdvertisedNetworks -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAdvertisedNetworks with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcAdvertisedNetworksDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcAdvertisedNetworksDownload</command:noun> <maml:description> <maml:para>List networks advertised to the VPC in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Return networks which are advertised to connected VPC in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcAdvertisedNetworksDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyAdvertisedNetworkInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcAdvertisedNetworksDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAdvertisedNetworksDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcAdvertisedNetworksDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAdvertisedNetworksDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcAlarms</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcAlarms</command:noun> <maml:description> <maml:para>Get realization failures for vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieves only the resources with the reason not \"SUCCESS\". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcAlarms</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcAlarm</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAlarms with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcAlarms with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcArpProxies</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcArpProxies</command:noun> <maml:description> <maml:para>Get VPC Address Resolution Protocol proxies</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcArpProxies</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcArpProxies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcArpProxies with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcArpProxies -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcArpProxies with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcArpProxiesDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcArpProxiesDownload</command:noun> <maml:description> <maml:para>Get VPC Address Resolution Protocol proxies in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for a VPC in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcArpProxiesDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcArpProxiesDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcArpProxiesDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcArpProxiesDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcArpProxiesDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcForwardingTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcForwardingTable</command:noun> <maml:description> <maml:para>Get forwarding table from VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcForwardingTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RoutingTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcForwardingTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcForwardingTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcForwardingTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcForwardingTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcForwardingTableDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcForwardingTableDownload</command:noun> <maml:description> <maml:para>Get forwarding table from VPC in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get forwarding table from VPC in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcForwardingTableDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>Define the DR routes.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgeId</maml:name> <maml:Description> <maml:para>UUID of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostId</maml:name> <maml:Description> <maml:para>UUID of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostPath</maml:name> <maml:Description> <maml:para>Policy path of host node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>NetworkPrefix</maml:name> <maml:Description> <maml:para>IPAddress or CIDR Block</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RouteSource</maml:name> <maml:Description> <maml:para>Filter routes based on the source from which route is learned</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.GatewayRouteTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcForwardingTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -componentType "DR_ROUTES" -cursor "cursor_example" -edgeId "edgeId_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostId "hostId_example" -hostPath "hostPath_example" -includedFields "includedFields_example" -networkPrefix "networkPrefix_example" -pageSize 1000L -routeSource "BGP" -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcForwardingTableDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcForwardingTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcForwardingTableDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcIpAddressUsage</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcIpAddressUsage</command:noun> <maml:description> <maml:para>Get ip address usage for vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieves the usage information for IP addresses within a specific VPC. This information provides insights into the allocation and utilization of ipaddress by the VPC and its subnets. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcIpAddressUsage</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressBlocks</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcIpAddressUsage -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcIpAddressUsage with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcIpAddressUsage -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcIpAddressUsage with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSecurityPolicyAlarms</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSecurityPolicyAlarms</command:noun> <maml:description> <maml:para>Get security policy realization failures for vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieves only the resources with the reason not \"SUCCESS\". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSecurityPolicyAlarms</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcSecurityPoliciesAlarm</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicyAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicyAlarms with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSecurityPolicyAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSecurityPolicyAlarms with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcState</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcState</command:noun> <maml:description> <maml:para>Get VPC state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the VPC's runtime state that includes the gateway id and the HA details, if applicable. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcState -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcState -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcStatistics</command:noun> <maml:description> <maml:para>Get VPC Statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Statistics </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcStatus</command:noun> <maml:description> <maml:para>Get VPC Status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Status </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrReplaceVpcSubnetDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update VPC Subnet DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new VPC Subnet DHCP static binding instance. If it already exists, replace the existing VPC Subnet DHCP static binding instance with this object. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrReplaceVpcSubnetDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateOrUpdateSubnetConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateOrUpdateSubnetConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a subnet connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the subnet connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateOrUpdateSubnetConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SubnetConnectionBindingMap = Initialize-SubnetConnectionBindingMap Invoke-CreateOrUpdateSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" -subnetConnectionBindingMap $subnetConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateSubnetConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SubnetConnectionBindingMap = Initialize-SubnetConnectionBindingMap Invoke-CreateOrUpdateSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" -subnetConnectionBindingMap $subnetConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateOrUpdateSubnetConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SubnetConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteSubnetConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteSubnetConnectionBindingMap</command:noun> <maml:description> <maml:para>Deletes infra SubnetConnectionBindingMap.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Deletes infra SubnetConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteSubnetConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteSubnetConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteSubnetConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSubnet</command:noun> <maml:description> <maml:para>Delete VPC Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSubnetBridgeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSubnetBridgeProfile</command:noun> <maml:description> <maml:para>Delete VPC Subnet bridge profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC Subnet bridge profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSubnetBridgeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetBridgeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetBridgeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSubnetDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSubnetDhcpStaticBinding</command:noun> <maml:description> <maml:para>Delete VPC Subnet DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete VPC Subnet DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSubnetDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSubnetPort</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSubnetPort</command:noun> <maml:description> <maml:para>Delete a VPC Subnet Port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete a VPC Subnet Port by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSubnetPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnet</command:noun> <maml:description> <maml:para>Get VPC Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Subnet </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetBridgeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetBridgeProfile</command:noun> <maml:description> <maml:para>Get VPC Subnet bridge profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Subnet Bridge Profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetBridgeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetBridgeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetBridgeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetPort</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetPort</command:noun> <maml:description> <maml:para>Get VPC Subnet Port by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on VPC Subnet Port by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetStatus</command:noun> <maml:description> <maml:para>Get VPC Subnet status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Subnet status Provides status of the VPC subnet as well as network information such as gateway address, subnet mask, dhcp server address, dhcp range, static ip pools, static ip pool range. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetStatusListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListSubnetConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>ListSubnetConnectionBindingMap</command:noun> <maml:description> <maml:para>List SubnetConnectionBindingMap specific Segment</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List SubnetConnectionBindingMap specific subnet </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListSubnetConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMapListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListSubnetConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListSubnetConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSubnet</command:noun> <maml:description> <maml:para>List of VPC Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSubnetDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSubnetDhcpStaticBinding</command:noun> <maml:description> <maml:para>List all VPC Subnet DHCP static bindings</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all VPC Subnet DHCP static binding instances </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSubnetDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfigListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSubnetPorts</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSubnetPorts</command:noun> <maml:description> <maml:para>List VPC Subnet Ports</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ports for a VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSubnetPorts</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPortListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetPorts -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetPorts with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetPorts -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetPorts with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchSubnetConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchSubnetConnectionBindingMap</command:noun> <maml:description> <maml:para>Patch a vpc subnet connection binding map</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch the vpc subnet connection binding map. If binding map corresponding to the the given values is not present, the object will get created and if it is present it will be updated. This is a full replace. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchSubnetConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetConnectionBindingMap</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$SubnetConnectionBindingMap = Initialize-SubnetConnectionBindingMap Invoke-PatchSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" -subnetConnectionBindingMap $subnetConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchSubnetConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$SubnetConnectionBindingMap = Initialize-SubnetConnectionBindingMap Invoke-PatchSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" -subnetConnectionBindingMap $subnetConnectionBindingMap </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchSubnetConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-SubnetConnectionBindingMap</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSubnet</command:noun> <maml:description> <maml:para>Create or update VPC Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If a VPC Subnet with the subnet-id is not already present, create a new VPC Subnet. If it already exists, update the VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnet = Initialize-VpcSubnet Invoke-PatchVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnet $vpcSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnet = Initialize-VpcSubnet Invoke-PatchVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnet $vpcSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnet</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSubnetBridgeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSubnetBridgeProfile</command:noun> <maml:description> <maml:para>Create or update the VPC subnet bridge profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Patch VPC Subnet bridge profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSubnetBridgeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetBridgeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetBridgeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnetBridgeProfile = Initialize-VpcSubnetBridgeProfile Invoke-PatchVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnetBridgeProfile $vpcSubnetBridgeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetBridgeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnetBridgeProfile = Initialize-VpcSubnetBridgeProfile Invoke-PatchVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnetBridgeProfile $vpcSubnetBridgeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetBridgeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnetBridgeProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSubnetDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSubnetDhcpStaticBinding</command:noun> <maml:description> <maml:para>Create or update VPC Subnet DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>If binding with the binding-id is not already present, create a new VPC Subnet DHCP static binding instance. If it already exists, replace the existing VPC Subnet DHCP static binding instance with specified attributes. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSubnetDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DhcpStaticBindingConfig</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-PatchVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$DhcpStaticBindingConfig = Initialize-DhcpStaticBindingConfig Invoke-PatchVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" -dhcpStaticBindingConfig $dhcpStaticBindingConfig </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-DhcpStaticBindingConfig</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSubnetPort</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSubnetPort</command:noun> <maml:description> <maml:para>Patch a VPC Subnet Port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC Subnet port if it does not exist based on the IDs, or update existing port information by replacing the port object fields which presents in the request body. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSubnetPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnetPort = Initialize-VpcSubnetPort Invoke-PatchVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -vpcSubnetPort $vpcSubnetPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnetPort = Initialize-VpcSubnetPort Invoke-PatchVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -vpcSubnetPort $vpcSubnetPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnetPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PutVpcSubnetBridgeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>PutVpcSubnetBridgeProfile</command:noun> <maml:description> <maml:para>Create or update the VPC Subnet bridge profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Put VPC Subnet bridge profile </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PutVpcSubnetBridgeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetBridgeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetBridgeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetBridgeProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnetBridgeProfile = Initialize-VpcSubnetBridgeProfile Invoke-PutVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnetBridgeProfile $vpcSubnetBridgeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PutVpcSubnetBridgeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnetBridgeProfile = Initialize-VpcSubnetBridgeProfile Invoke-PutVpcSubnetBridgeProfile -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnetBridgeProfile $vpcSubnetBridgeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PutVpcSubnetBridgeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnetBridgeProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadSubnetConnectionBindingMap</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadSubnetConnectionBindingMap</command:noun> <maml:description> <maml:para>Read SubnetConnectionBindingMap</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read SubnetConnectionBindingMap. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadSubnetConnectionBindingMap</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>MapId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetConnectionBindingMap</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadSubnetConnectionBindingMap with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadSubnetConnectionBindingMap -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -mapId "mapId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadSubnetConnectionBindingMap with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcSubnetDhcpStaticBinding</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcSubnetDhcpStaticBinding</command:noun> <maml:description> <maml:para>Read VPC Subnet DHCP static binding</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read VPC Subnet DHCP static binding</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcSubnetDhcpStaticBinding</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BindingId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpStaticBindingConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcSubnetDhcpStaticBinding with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcSubnetDhcpStaticBinding -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bindingId "bindingId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcSubnetDhcpStaticBinding with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcSubnet</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcSubnet</command:noun> <maml:description> <maml:para>Update the VPC Subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcSubnet</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnet</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnet</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnet</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnet = Initialize-VpcSubnet Invoke-UpdateVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnet $vpcSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnet with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnet = Initialize-VpcSubnet Invoke-UpdateVpcSubnet -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -vpcSubnet $vpcSubnet </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnet with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnet</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcSubnetPort</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcSubnetPort</command:noun> <maml:description> <maml:para>Create or update a VPC Subnet Port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC Subnet port if it does not exist based on the IDs, or update existing port information by replacing the port object already exists. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcSubnetPort</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcSubnetPort</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcSubnetPort</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcSubnetPort = Initialize-VpcSubnetPort Invoke-UpdateVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -vpcSubnetPort $vpcSubnetPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnetPort with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcSubnetPort = Initialize-VpcSubnetPort Invoke-UpdateVpcSubnetPort -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -vpcSubnetPort $vpcSubnetPort </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnetPort with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcSubnetPort</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcIpAddressAllocation</command:noun> <maml:description> <maml:para>Records intent to release an IP from an IpPool.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Releases the IP that was allocated for this allocation request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteVpcSubnetIpAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteVpcSubnetIpAllocation</command:noun> <maml:description> <maml:para>Records intent to release an IP from an IpPool.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Releases the IP that was allocated for this allocation request </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteVpcSubnetIpAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetIpAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteVpcSubnetIpAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcIpAddressAllocation</command:noun> <maml:description> <maml:para>Get VPC ip allocation by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on VPC ip allocation by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetIpAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetIpAllocation</command:noun> <maml:description> <maml:para>Get VPC Subnet ip allocation by ID</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get detail information on VPC Subnet ip allocation by giving ID. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetIpAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetIpAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetIpAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcIpAddressAllocations</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcIpAddressAllocations</command:noun> <maml:description> <maml:para>List VPC ip allocations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ip allocations for a VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcIpAddressAllocations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocationListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcIpAddressAllocations -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcIpAddressAllocations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcIpAddressAllocations -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcIpAddressAllocations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSubnetIpAddressPools</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSubnetIpAddressPools</command:noun> <maml:description> <maml:para>List of static ip pools of the Subnet.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of static ip pools of the Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSubnetIpAddressPools</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPoolListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetIpAddressPools -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetIpAddressPools with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetIpAddressPools -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetIpAddressPools with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListVpcSubnetIpAllocations</command:name> <command:verb>Invoke</command:verb> <command:noun>ListVpcSubnetIpAllocations</command:noun> <maml:description> <maml:para>List VPC Subnet ip allocations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List all the ip allocations for a VPC Subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListVpcSubnetIpAllocations</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocationListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetIpAllocations -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetIpAllocations with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListVpcSubnetIpAllocations -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListVpcSubnetIpAllocations with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcIpAddressAllocation</command:noun> <maml:description> <maml:para>Patch a VPC ip allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC ip allocation if it does not exist </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcIpAddressAllocation = Initialize-VpcIpAddressAllocation Invoke-PatchVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -vpcIpAddressAllocation $vpcIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcIpAddressAllocation = Initialize-VpcIpAddressAllocation Invoke-PatchVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -vpcIpAddressAllocation $vpcIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcIpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-PatchVpcSubnetIpAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>PatchVpcSubnetIpAllocation</command:noun> <maml:description> <maml:para>Patch a VPC Subnet ip_allocations</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC Subnet ip-allocation if it does not exist based on the IDs, or update existing ip-allocation </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-PatchVpcSubnetIpAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-PatchVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetIpAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-PatchVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-PatchVpcSubnetIpAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadVpcSubnetIpAddressPool</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadVpcSubnetIpAddressPool</command:noun> <maml:description> <maml:para>Read an IpAddressPool of VPC Subnet.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read IpAddressPool with given Id. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadVpcSubnetIpAddressPool</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressPool</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadVpcSubnetIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcSubnetIpAddressPool with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadVpcSubnetIpAddressPool -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadVpcSubnetIpAddressPool with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcIpAddressAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcIpAddressAllocation</command:noun> <maml:description> <maml:para>Create or update a VPC ip allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC ip allocation if it does not exist </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcIpAddressAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcIpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VpcIpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VpcIpAddressAllocation = Initialize-VpcIpAddressAllocation Invoke-UpdateVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -vpcIpAddressAllocation $vpcIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcIpAddressAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VpcIpAddressAllocation = Initialize-VpcIpAddressAllocation Invoke-UpdateVpcIpAddressAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -ipAddressAllocationId "ipAddressAllocationId_example" -vpcIpAddressAllocation $vpcIpAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcIpAddressAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VpcIpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVpcSubnetIpAllocation</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVpcSubnetIpAllocation</command:noun> <maml:description> <maml:para>Create or update a VPC Subnet ip allocation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create a VPC Subnet ip allocation if it does not exist based on the IDs, or update existing ip-allocation information by replacing the port object already exists. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVpcSubnetIpAllocation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpPoolId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAllocationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IpAddressAllocation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IpAddressAllocation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-UpdateVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnetIpAllocation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IpAddressAllocation = Initialize-IpAddressAllocation Invoke-UpdateVpcSubnetIpAllocation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -ipPoolId "ipPoolId_example" -ipAllocationId "ipAllocationId_example" -ipAddressAllocation $ipAddressAllocation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVpcSubnetIpAllocation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IpAddressAllocation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteSubnetDhcpServerLeases</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteSubnetDhcpServerLeases</command:noun> <maml:description> <maml:para>Remove Subnet DHCP server leases</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Remove Subnet DHCP server leases</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteSubnetDhcpServerLeases</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ListAddresses</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ListAddresses</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ListAddresses</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ListAddresses</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.ListAddresses</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.ListAddresses</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Addresses = Initialize-Addresses -Ip "MyIp" -Mac "MyMac" $ListAddresses = Initialize-ListAddresses -Leases $Addresses Invoke-DeleteSubnetDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -listAddresses $listAddresses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteSubnetDhcpServerLeases with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Addresses = Initialize-Addresses -Ip "MyIp" -Mac "MyMac" $ListAddresses = Initialize-ListAddresses -Leases $Addresses Invoke-DeleteSubnetDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -listAddresses $listAddresses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteSubnetDhcpServerLeases with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-ListAddresses</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSubnetPortStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSubnetPortStatistics</command:noun> <maml:description> <maml:para>Get Vpc subnet port statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Vpc subnet port statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSubnetPortStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSubnetPortStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetPortStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSubnetPortStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetPortStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSubnetPortStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSubnetPortStatus</command:noun> <maml:description> <maml:para>Get Vpc subnet port status information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get Vpc subnet port statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSubnetPortStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSubnetPortStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetPortStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSubnetPortStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetPortStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSubnetStatistics</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSubnetStatistics</command:noun> <maml:description> <maml:para>Get VPC Subnet statistics information</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get VPC Subnet statistics information. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSubnetStatistics</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>BgpNeighborType</maml:name> <maml:Description> <maml:para>Bgp neighbor type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>StatsType</maml:name> <maml:Description> <maml:para>Segment statistics type</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>Transport Node Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SubnetStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSubnetStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -bgpNeighborType "INTER_SR" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -statsType "DATAPATH_STATS" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetStatistics with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSubnetStatistics -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSubnetStatistics with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetAlarms</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetAlarms</command:noun> <maml:description> <maml:para>Get subnet realization failures for vpc</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Retrieves only the resources with the reason not \"SUCCESS\". In case of failure or warning of the resource a reason object explaining the type of failure (ERROR, WARNING) and the detailed message of what the user could do to remediate is captured. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetAlarms</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyVpcSubnetAlarm</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetAlarms with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetAlarms -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetAlarms with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetArpProxy</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetArpProxy</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxy for VPC subnet</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port connected to the VPC subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetArpProxy</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpProxy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpProxy with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpProxy -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpProxy with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetArpProxyDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetArpProxyDownload</command:noun> <maml:description> <maml:para>Get downlink port Address Resolution Protocol Proxy for VPC subnet in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP proxy table for downlink port connected to the VPC subnet in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetArpProxyDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyArpProxyTableCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpProxyDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpProxyDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpProxyDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpProxyDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetArpTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetArpTable</command:noun> <maml:description> <maml:para>Get ARP table from VPC subnet (downlink)</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface (downlink) attaching subnet to VPC, on a edge node specified in edge_path parameter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetArpTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTable</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetArpTableDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetArpTableDownload</command:noun> <maml:description> <maml:para>Get ARP table from VPC subnet (downlink) in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in VSC format for the interface (downlink) attaching subnet to VPC, on a edge node specified in edge_path parameter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetArpTableDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EdgePath</maml:name> <maml:Description> <maml:para>Policy path of edge node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>Enforcement point path</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>HostTransportNodePath</maml:name> <maml:Description> <maml:para>Policy path of host transport node</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.InterfaceArpTableInCsvFormat</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -edgePath "edgePath_example" -enforcementPointPath "enforcementPointPath_example" -hostTransportNodePath "hostTransportNodePath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpTableDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetArpTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetArpTableDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetDhcpServerStats</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetDhcpServerStats</command:noun> <maml:description> <maml:para>Read VPC Subnet DHCP server statistics</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read VPC Subnet DHCP server statistics along with ip pool usage information.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetDhcpServerStats</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerStatistics</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetDhcpServerStats with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetDhcpServerStats -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetDhcpServerStats with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetDhcpServerStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetDhcpServerStatus</command:noun> <maml:description> <maml:para>Read Vpc Subnet DHCP server status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Read Vpc Subnet DHCP server status</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetDhcpServerStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpServerStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetDhcpServerStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetDhcpServerStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetDhcpServerStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetDhcpServerStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetGatewayInterfaceStatisticsSummary</command:noun> <maml:description> <maml:para>Get statistics for downlink router port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get statistics for downlink router port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyInterfaceStatisticsSummary</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetGatewayInterfaceStatisticsSummary with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetMacTable</command:noun> <maml:description> <maml:para>Get VPC subnet MAC table</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a VPC subnet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetMacTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetMacTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetMacTableDownload</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetMacTableDownload</command:noun> <maml:description> <maml:para>Get VPC subnet MAC table in CSV format</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a VPC subnet in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetMacTableDownload</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.MacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetMacTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetMacTableDownload with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetMacTableDownload -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetMacTableDownload with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetPortMacTable</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetPortMacTable</command:noun> <maml:description> <maml:para>Get MAC table for VPC Subnet port</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a VPC Subnet port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetPortMacTable</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortMacTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortMacTable with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortMacTable -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortMacTable with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetPortMacTableInCsv</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetPortMacTableInCsv</command:noun> <maml:description> <maml:para>Get VPC Subnet port MAC table in CSV</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns MAC table for a VPC Subnet port </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetPortMacTableInCsv</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TransportNodeId</maml:name> <maml:Description> <maml:para>TransportNode Id</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortMacAddressCsvListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" -transportNodeId "transportNodeId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortMacTableInCsv with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortMacTableInCsv -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortMacTableInCsv with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcSubnetPortState</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcSubnetPortState</command:noun> <maml:description> <maml:para>Get VPC Subnet port state</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns VPC Subnet port state on enforcement point </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcSubnetPortState</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PortId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SegmentPortState</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortState -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" -enforcementPointPath "enforcementPointPath_example" -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortState with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcSubnetPortState -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -portId "portId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcSubnetPortState with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListSubnetDhcpServerLeases</command:name> <command:verb>Invoke</command:verb> <command:noun>ListSubnetDhcpServerLeases</command:noun> <maml:description> <maml:para>List Subnet DHCP server leases</maml:para> </maml:description> </command:details> <maml:description> <maml:para>List Subnet DHCP server leases</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListSubnetDhcpServerLeases</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP, IP range or MAC address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SubnetId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Address</maml:name> <maml:Description> <maml:para>IP, IP range or MAC address</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.DhcpLeasesResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListSubnetDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" -address "address_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListSubnetDhcpServerLeases with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListSubnetDhcpServerLeases -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -subnetId "subnetId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListSubnetDhcpServerLeases with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ApplyTagOnVirtualMachineVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ApplyTagOnVirtualMachineVpc</command:noun> <maml:description> <maml:para>Apply tags on virtual machine under VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Allows an admin to apply multiple tags to a virtual machine under VPC. This operation does not store the intent on the policy side. It applies the tag directly on the specified enforcement point. This operation will replace the existing tags on the virtual machine with the ones that have been passed. If the application of tag fails on the enforcement point, then an error is reported. The admin will have to retry the operation again. Policy framework does not perform a retry. Failure could occur due to multiple reasons. For e.g enforcement point is down, Enforcement point could not apply the tag due to constraints like max tags limit exceeded, etc. NOTE: The \"virtual_machine_id\" field in the payload will be ignored and the virtual machine ID provided in the URL will be honored. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ApplyTagOnVirtualMachineVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineTagsUpdate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VirtualMachineTagsUpdate</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineTagsUpdate</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag -Scope "MyScope" -_Tag "My_Tag" $VirtualMachineTagsUpdate = Initialize-VirtualMachineTagsUpdate -Tags $Tag -VirtualMachineId "MyVirtualMachineId" Invoke-ApplyTagOnVirtualMachineVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -virtualMachineId "virtualMachineId_example" -virtualMachineTagsUpdate $virtualMachineTagsUpdate -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ApplyTagOnVirtualMachineVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$Tag = Initialize-Tag $VirtualMachineTagsUpdate = Initialize-VirtualMachineTagsUpdate -Tags $Tag Invoke-ApplyTagOnVirtualMachineVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -virtualMachineId "virtualMachineId_example" -virtualMachineTagsUpdate $virtualMachineTagsUpdate </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ApplyTagOnVirtualMachineVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VirtualMachineTagsUpdate</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcTagBulkOperation</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcTagBulkOperation</command:noun> <maml:description> <maml:para>Get details of tag bulk operation request</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get details of tag bulk operation request with which tag is applied or removed on virtual machines. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcTagBulkOperation</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcTagBulkOperation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcTagBulkOperation with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcTagBulkOperation -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcTagBulkOperation with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVpcTagBulkOperationStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVpcTagBulkOperationStatus</command:noun> <maml:description> <maml:para>Get status of tag bulk operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get status of tag bulk operation with details of tag operation on each virtual machine. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVpcTagBulkOperationStatus</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperationStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVpcTagBulkOperationStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcTagBulkOperationStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVpcTagBulkOperationStatus -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVpcTagBulkOperationStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListAllVpcTags</command:name> <command:verb>Invoke</command:verb> <command:noun>ListAllVpcTags</command:noun> <maml:description> <maml:para>List all unique tags.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Returns paginated list of all unique tags. Supports filtering by scope, tag and source from which tags are synced. Supports starts with, ends with, equals and contains operators on scope and tag values. To filter tags by starts with on scope or tag, use '*' as suffix after the value. To filter tags by ends with on scope or tag, use '*' as prefix before the value. To filter tags by contain on scope or tag, use '*' as prefix and suffix on the value. Below special characters in the filter value needs to be escaped with hex values. - Character '&' needs to be escaped as '%26' - Character '[' needs to be escaped as '%5B' - Character ']' needs to be escaped as '%5D' - Character '+' needs to be escaped as '%2B' - Character '#' needs to be escaped as '%23' Sort option for list of unique tags is available only on tag and scope properties. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListAllVpcTags</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Source from which tags are synced.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Source from which tags are synced.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagInfoListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListAllVpcTags -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -scope "scope_example" -sortAscending $true -sortBy "sortBy_example" -source "Amazon" -tag "tag_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListAllVpcTags with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListAllVpcTags -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListAllVpcTags with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListTaggedObjectsForVpc</command:name> <command:verb>Invoke</command:verb> <command:noun>ListTaggedObjectsForVpc</command:noun> <maml:description> <maml:para>List all objects assigned with matching scope and tag values</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Paginated list of all objects assigned with matching scope and tag values. Objects are represented in form of resource reference. Sort option is available only on target_type and target_display_name properties. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListTaggedObjectsForVpc</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterBy</maml:name> <maml:Description> <maml:para>Comma-separated list of field names to filter tagged objects.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterText</maml:name> <maml:Description> <maml:para>Filter text to restrict tagged objects list with matching filter text.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterBy</maml:name> <maml:Description> <maml:para>Comma-separated list of field names to filter tagged objects.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>FilterText</maml:name> <maml:Description> <maml:para>Filter text to restrict tagged objects list with matching filter text.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Tag scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tag</maml:name> <maml:Description> <maml:para>Tag value</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.PolicyResourceReferenceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListTaggedObjectsForVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -filterBy "filterBy_example" -filterText "filterText_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -scope "scope_example" -sortAscending $true -sortBy "sortBy_example" -tag "tag_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTaggedObjectsForVpc with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListTaggedObjectsForVpc -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListTaggedObjectsForVpc with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-VpcTagBulkUpdate</command:name> <command:verb>Invoke</command:verb> <command:noun>VpcTagBulkUpdate</command:noun> <maml:description> <maml:para>Assign or Unassign tag on multiple Virtual Machines.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Tag can be assigned or unassigned on multiple objects. Supported object type is restricted to Virtual Machine for now and support for other objects will be added later. Permissions for tag bulk operation would be similar to virtual machine tag permissions. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-VpcTagBulkUpdate</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TagBulkOperation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OperationId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TagBulkOperation</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TagBulkOperation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$TagBulkOperation = Initialize-TagBulkOperation Invoke-VpcTagBulkUpdate -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" -tagBulkOperation $tagBulkOperation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-VpcTagBulkUpdate with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$TagBulkOperation = Initialize-TagBulkOperation Invoke-VpcTagBulkUpdate -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -operationId "operationId_example" -tagBulkOperation $tagBulkOperation </dev:code> <dev:remarks> <maml:para>Invoking Invoke-VpcTagBulkUpdate with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-TagBulkOperation</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ListAllVpcVirtualMachines</command:name> <command:verb>Invoke</command:verb> <command:noun>ListAllVpcVirtualMachines</command:noun> <maml:description> <maml:para>List all virtual machines for this VPC</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API lists the Virtual Machines for this VPC. Only those VMs are listed which are connected to the subnets of this VPC. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ListAllVpcVirtualMachines</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VpcId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VirtualMachineListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ListAllVpcVirtualMachines -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" -cursor "cursor_example" -enforcementPointPath "enforcementPointPath_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListAllVpcVirtualMachines with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ListAllVpcVirtualMachines -orgId "orgId_example" -projectId "projectId_example" -vpcId "vpcId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ListAllVpcVirtualMachines with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile</command:noun> <maml:description> <maml:para>Create or patch a custom DPD Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile. System will be provisioned with system owned editable default DPD profile. Any change in profile affects all sessions consuming this profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnDpdProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnDpdProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnDpdProfile = Initialize-IPSecVpnDpdProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" -iPSecVpnDpdProfile $iPSecVpnDpdProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnDpdProfile = Initialize-IPSecVpnDpdProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" -iPSecVpnDpdProfile $iPSecVpnDpdProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnDpdProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnDpdProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile</command:noun> <maml:description> <maml:para>Create or patch a custom internet key exchange (IKE) Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch custom internet key exchange (IKE) Profile. IKE Profile is a reusable profile that captures IKE and phase one negotiation parameters. System will be pre provisioned with system owned editable default IKE profile and suggested set of profiles that can be used for peering with popular remote peers like AWS VPN. User can create custom profiles as needed. Any change in profile affects all sessions consuming this profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnIkeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnIkeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnIkeProfile = Initialize-IPSecVpnIkeProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" -iPSecVpnIkeProfile $iPSecVpnIkeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnIkeProfile = Initialize-IPSecVpnIkeProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" -iPSecVpnIkeProfile $iPSecVpnIkeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnIkeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnIkeProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile</command:noun> <maml:description> <maml:para>Create or patch a custom IPSec tunnel Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch custom IPSec tunnel profile. IPSec tunnel profile is a reusable profile that captures phase two negotiation parameters and tunnel properties. System will be provisioned with system owned editable default IPSec tunnel profile. Any change in profile affects all sessions consuming this profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnTunnelProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnTunnelProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnTunnelProfile = Initialize-IPSecVpnTunnelProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" -iPSecVpnTunnelProfile $iPSecVpnTunnelProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnTunnelProfile = Initialize-IPSecVpnTunnelProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" -iPSecVpnTunnelProfile $iPSecVpnTunnelProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchIPSecVpnTunnelProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnTunnelProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint</command:noun> <maml:description> <maml:para>Create or patch a custom IPSec VPN local endpoint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch a custom IPSec VPN local endpoint for a given ipsec vpn service under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnLocalEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnLocalEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnLocalEndpoint = Initialize-IPSecVpnLocalEndpoint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" -iPSecVpnLocalEndpoint $iPSecVpnLocalEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnLocalEndpoint = Initialize-IPSecVpnLocalEndpoint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" -iPSecVpnLocalEndpoint $iPSecVpnLocalEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnLocalEndpoint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnLocalEndpoint</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService</command:noun> <maml:description> <maml:para>Create or patch IPSec VPN service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch IPSec VPN service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnService = Initialize-IPSecVpnService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -iPSecVpnService $iPSecVpnService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnService = Initialize-IPSecVpnService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -iPSecVpnService $iPSecVpnService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession</command:noun> <maml:description> <maml:para>Create or patch an IPSec VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch an IPSec VPN session for a ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnSession = Initialize-IPSecVpnSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -iPSecVpnSession $iPSecVpnSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnSession = Initialize-IPSecVpnSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -iPSecVpnSession $iPSecVpnSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnIPSecVpnSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnSession</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile</command:noun> <maml:description> <maml:para>Create or fully replace a custom IPSec tunnel Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch dead peer detection (DPD) profile. Any change in profile affects all sessions consuming this profile. System will be provisioned with system owned editable default DPD profile. Any change in profile affects all sessions consuming this profile. Revision is optional for creation and required for update.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnDpdProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnDpdProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnDpdProfile = Initialize-IPSecVpnDpdProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" -iPSecVpnDpdProfile $iPSecVpnDpdProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnDpdProfile = Initialize-IPSecVpnDpdProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" -iPSecVpnDpdProfile $iPSecVpnDpdProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnDpdProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnDpdProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile</command:noun> <maml:description> <maml:para>Create or fully replace a custom internet key exchange (IKE) Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace custom internet key exchange (IKE) Profile. IKE Profile is a reusable profile that captures IKE and phase one negotiation parameters. System will be pre provisioned with system owned editable default IKE profile and suggested set of profiles that can be used for peering with popular remote peers like AWS VPN. User can create custom profiles as needed. Any change in profile affects all sessions consuming this profile. Revision is optional for creation and required for update.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnIkeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnIkeProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnIkeProfile = Initialize-IPSecVpnIkeProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" -iPSecVpnIkeProfile $iPSecVpnIkeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnIkeProfile = Initialize-IPSecVpnIkeProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" -iPSecVpnIkeProfile $iPSecVpnIkeProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnIkeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnIkeProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile</command:noun> <maml:description> <maml:para>Create or fully replace a custom IPSec tunnel Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace custom IPSec tunnel profile. IPSec tunnel profile is a reusable profile that captures phase two negotiation parameters and tunnel properties. System will be provisioned with system owned editable default IPSec tunnel profile. Any change in profile affects all sessions consuming this profile. Revision is optional for creation and required for update.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnTunnelProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnTunnelProfile</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnTunnelProfile = Initialize-IPSecVpnTunnelProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" -iPSecVpnTunnelProfile $iPSecVpnTunnelProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnTunnelProfile = Initialize-IPSecVpnTunnelProfile Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" -iPSecVpnTunnelProfile $iPSecVpnTunnelProfile </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateIPSecVpnTunnelProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnTunnelProfile</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint</command:noun> <maml:description> <maml:para>Create or fully replace IPSec VPN local endpoint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace IPSec VPN local endpoint for a given ipsec vpn service under Tier-1. Revision is optional for creation and required for update. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnLocalEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnLocalEndpoint</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnLocalEndpoint = Initialize-IPSecVpnLocalEndpoint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" -iPSecVpnLocalEndpoint $iPSecVpnLocalEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnLocalEndpoint = Initialize-IPSecVpnLocalEndpoint Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" -iPSecVpnLocalEndpoint $iPSecVpnLocalEndpoint </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnLocalEndpoint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnLocalEndpoint</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService</command:noun> <maml:description> <maml:para>Create or fully replace IPSec VPN service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace IPSec VPN service under Tier-1. Revision is optional for creation and required for update. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnService = Initialize-IPSecVpnService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -iPSecVpnService $iPSecVpnService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnService = Initialize-IPSecVpnService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -iPSecVpnService $iPSecVpnService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession</command:noun> <maml:description> <maml:para>Create or fully replace IPSec VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace IPSec VPN session for a ipsec vpn service under Tier-1. Revision is optional for creation and required for update. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IPSecVpnSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$IPSecVpnSession = Initialize-IPSecVpnSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -iPSecVpnSession $iPSecVpnSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$IPSecVpnSession = Initialize-IPSecVpnSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -iPSecVpnSession $iPSecVpnSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnIPSecVpnSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-IPSecVpnSession</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile</command:noun> <maml:description> <maml:para>Delete custom dead peer detection (DPD) profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete custom dead peer detection (DPD) profile. Profile can not be deleted if profile has references to it.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnDpdProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile</command:noun> <maml:description> <maml:para>Delete custom IKE Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete custom IKE Profile. Profile can not be deleted if profile has references to it.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnIkeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile</command:noun> <maml:description> <maml:para>Delete custom IPSec tunnel Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete custom IPSec tunnel Profile. Profile can not be deleted if profile has references to it.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteIPSecVpnTunnelProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint</command:noun> <maml:description> <maml:para>Delete IPSec VPN local endpoint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete IPSec VPN local endpoint for a ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnLocalEndpoint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService</command:noun> <maml:description> <maml:para>Delete IPSec VPN service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete given IPSec VPN service under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession</command:noun> <maml:description> <maml:para>Delete IPSec VPN session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete IPSec VPN session for a given ipsec-vpn service under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnIPSecVpnSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile</command:noun> <maml:description> <maml:para>Get dead peer detection (DPD) profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get custom dead peer detection (DPD) profile, given the particular id.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>DpdProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile -orgId "orgId_example" -projectId "projectId_example" -dpdProfileId "dpdProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnDpdProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile</command:noun> <maml:description> <maml:para>Get IKE Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get custom IKE Profile, given the particular id.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IkeProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile -orgId "orgId_example" -projectId "projectId_example" -ikeProfileId "ikeProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnIkeProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile</command:noun> <maml:description> <maml:para>Get IPSec tunnel Profile</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get custom IPSec tunnel Profile, given the particular id.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TunnelProfileId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfile</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile -orgId "orgId_example" -projectId "projectId_example" -tunnelProfileId "tunnelProfileId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetIPSecVpnTunnelProfile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint</command:noun> <maml:description> <maml:para>Get IPSec VPN local endpoint</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IPSec VPN local endpoint for a ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>LocalEndpointId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpoint</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -localEndpointId "localEndpointId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnLocalEndpoint with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig</command:noun> <maml:description> <maml:para>Get IPSec VPN configuration for the peer site</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Download IPSec VPN configuration for the peer site. Peer config also contains PSK; be careful when sharing or storing it. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>string</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnPeerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService</command:noun> <maml:description> <maml:para>Get IPSec VPN service</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get given IPSec VPN service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession</command:noun> <maml:description> <maml:para>Get IPSec VPN Session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IPSec VPN session without sensitive data for a ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData</command:noun> <maml:description> <maml:para>Get IPSec VPN Session</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get IPSec VPN session with senstive data for a ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSession</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnIPSecVpnSessionWithSensitiveData with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles</command:noun> <maml:description> <maml:para>List DPD profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all DPD Profiles.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnDpdProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnDpdProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles</command:noun> <maml:description> <maml:para>List IKE profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all IKE Profiles.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnIkeProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnIkeProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles</command:noun> <maml:description> <maml:para>List IPSec tunnel profiles</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all IPSec tunnel Profiles.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnTunnelProfileListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles -orgId "orgId_example" -projectId "projectId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles -orgId "orgId_example" -projectId "projectId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListIPSecVpnTunnelProfiles with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints</command:noun> <maml:description> <maml:para>Get IPSec VPN local endpoint list result</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all IPSec VPN local endpoints for a given ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnLocalEndpointListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnLocalEndpoints with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices</command:noun> <maml:description> <maml:para>Get IPSec VPN service list result</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all IPSec VPN services under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnServiceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions</command:noun> <maml:description> <maml:para>Get IPSec VPN sessions list result</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all IPSec VPN sessions for a given ipsec vpn service under Tier-1. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.IPSecVpnSessionListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnIPSecVpnSessions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService</command:noun> <maml:description> <maml:para>Create or patch L2VPN service under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch L2VPN service for given Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L2VPNService = Initialize-L2VPNService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -l2VPNService $l2VPNService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L2VPNService = Initialize-L2VPNService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -l2VPNService $l2VPNService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L2VPNService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession</command:noun> <maml:description> <maml:para>Create or patch an L2VPN session under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch an L2VPN session under Tier-1. API supported only when L2VPN Service is in Server Mode. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L2VPNSession = Initialize-L2VPNSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSession $l2VPNSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L2VPNSession = Initialize-L2VPNSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSession $l2VPNSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L2VPNSession</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes</command:noun> <maml:description> <maml:para>Create or patch an L2VPN session under Tier-1 from Peer Codes</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or patch an L2VPN session under Tier-1 from Peer Codes. In addition to the L2VPN Session, the IPSec VPN Session, along with the IKE, Tunnel, and DPD Profiles are created and owned by the system. IPSec VPN Service and Local Endpoint are created only when required, i.e., an IPSec VPN Service does not already exist, or an IPSec VPN Local Endpoint with same local address does not already exist. Updating the L2VPN Session can be performed only through this API by specifying new peer codes. Use of specific APIs to update the L2VPN Session and the different resources associated with it is not allowed, except for IPSec VPN Service and Local Endpoint, resources that are not system owned. API supported only when L2VPN Service is in Client Mode. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSessionData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSessionData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSessionData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSessionData</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSessionData</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSessionData</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L2VPNSessionTransportTunnelData = Initialize-L2VPNSessionTransportTunnelData -LocalAddress "MyLocalAddress" -PeerAddress "MyPeerAddress" -PeerCode "MyPeerCode" $L2VPNSessionData = Initialize-L2VPNSessionData -DisplayName "MyDisplayName" -Description "MyDescription" -Enabled $false -TransportTunnels $L2VPNSessionTransportTunnelData Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSessionData $l2VPNSessionData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L2VPNSessionData = Initialize-L2VPNSessionData Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSessionData $l2VPNSessionData </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrPatchTier1VpnL2VPNSessionFromPeerCodes with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L2VPNSessionData</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService</command:noun> <maml:description> <maml:para>Create or fully replace L2VPN service under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace L2VPN service for given Tier-1. Revision is optional for creation and required for update.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNService</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNService</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L2VPNService = Initialize-L2VPNService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -l2VPNService $l2VPNService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L2VPNService = Initialize-L2VPNService Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -l2VPNService $l2VPNService </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L2VPNService</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession</command:noun> <maml:description> <maml:para>Create or fully replace L2VPN session under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Create or fully replace L2VPN session under Tier-1. API supported only when L2VPN Service is in Server Mode. Revision is optional for creation and required for update. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>L2VPNSession</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.L2VPNSession</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$L2VPNSession = Initialize-L2VPNSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSession $l2VPNSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$L2VPNSession = Initialize-L2VPNSession Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -l2VPNSession $l2VPNSession </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraCreateOrUpdateTier1VpnL2VPNSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-L2VPNSession</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService</command:noun> <maml:description> <maml:para>Delete L2VPN service under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete L2VPN service for given Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession</command:noun> <maml:description> <maml:para>Delete L2VPN session under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete L2VPN session under Tier-1. When L2VPN Service is in CLIENT Mode, the L2VPN Session is deleted along with its transpot tunnels and related resources.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraDeleteTier1VpnL2VPNSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService</command:noun> <maml:description> <maml:para>Get L2VPN service under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get L2VPN service for given Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNService</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNService with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession</command:noun> <maml:description> <maml:para>Get L2VPN Session under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get L2VPN session under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSession</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSession with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig</command:noun> <maml:description> <maml:para>Get Tier-1 L2VPN session configuration for the peer site</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get peer config for the Tier-1 L2VPN session to configure the remote side of the tunnel. - no enforcement point path specified: L2VPN Session Peer Codes will be evaluated on each enforcement point. - enforcement point paths specified: L2VPN Session Peer Codes are evaluated only on the given enforcement points. API supported only when L2VPN Service is in Server Mode. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SessionId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>EnforcementPointPath</maml:name> <maml:Description> <maml:para>String Path of the enforcement point</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AggregateL2VPNSessionPeerConfig</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" -enforcementPointPath "enforcementPointPath_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -sessionId "sessionId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraGetTier1VpnL2VPNSessionPeerConfig with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices</command:noun> <maml:description> <maml:para>Get L2VPN service list result under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all L2VPN services under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNServiceListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNServices with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions</command:name> <command:verb>Invoke</command:verb> <command:noun>OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions</command:noun> <maml:description> <maml:para>Get L2VPN sessions list result under Tier-1</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get paginated list of all L2VPN sessions under Tier-1.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>OrgId</maml:name> <maml:Description> <maml:para>The organization ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ProjectId</maml:name> <maml:Description> <maml:para>The project ID</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Tier1Id</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ServiceId</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeMarkForDeleteObjects</maml:name> <maml:Description> <maml:para>Include objects that are marked for deletion in results</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.L2VPNSessionListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" -cursor "cursor_example" -includeMarkForDeleteObjects $false -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions -orgId "orgId_example" -projectId "projectId_example" -tier1Id "tier1Id_example" -serviceId "serviceId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-OrgsOrgIdProjectsProjectIdInfraListTier1VpnL2VPNSessions with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateRegistrationToken</command:noun> <maml:description> <maml:para>Create registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The privileges of the registration token will be the same as the caller.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateRegistrationToken</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegistrationToken</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-CreateRegistrationToken </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-CreateRegistrationToken </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeleteRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>DeleteRegistrationToken</command:noun> <maml:description> <maml:para>Delete registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete registration access token <br> Use API POST /api/v1/aaa/registration-token/delete</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeleteRegistrationToken</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Token</maml:name> <maml:Description> <maml:para>Registration token</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Token</maml:name> <maml:Description> <maml:para>Registration token</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeleteRegistrationToken -token "token_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeleteRegistrationToken -token "token_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeleteRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>GetRegistrationToken</command:noun> <maml:description> <maml:para>Get registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get registration access token <br> Use API POST /api/v1/aaa/registration-token/retrieve</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetRegistrationToken</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Token</maml:name> <maml:Description> <maml:para>Registration token</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Token</maml:name> <maml:Description> <maml:para>Registration token</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegistrationToken</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetRegistrationToken -token "token_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetRegistrationToken -token "token_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RemoveRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>RemoveRegistrationToken</command:noun> <maml:description> <maml:para>Delete registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Delete registration access token</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RemoveRegistrationToken</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RegTokenQuery</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RegTokenQuery</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RegTokenQuery = Initialize-RegTokenQuery -Token "MyToken" Invoke-RemoveRegistrationToken -regTokenQuery $regTokenQuery </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RemoveRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RegTokenQuery = Initialize-RegTokenQuery Invoke-RemoveRegistrationToken -regTokenQuery $regTokenQuery </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RemoveRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RegTokenQuery</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-RetrieveRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>RetrieveRegistrationToken</command:noun> <maml:description> <maml:para>Get registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the roles associated with the given registration token</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-RetrieveRegistrationToken</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RegTokenQuery</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RegTokenQuery</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegTokenQuery</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegistrationToken</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$RegTokenQuery = Initialize-RegTokenQuery -Token "MyToken" Invoke-RetrieveRegistrationToken -regTokenQuery $regTokenQuery </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetrieveRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$RegTokenQuery = Initialize-RegTokenQuery Invoke-RetrieveRegistrationToken -regTokenQuery $regTokenQuery </dev:code> <dev:remarks> <maml:para>Invoking Invoke-RetrieveRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-RegTokenQuery</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DslSearch</command:name> <command:verb>Invoke</command:verb> <command:noun>DslSearch</command:noun> <maml:description> <maml:para>DSL (Domain Specific Language) search API</maml:para> </maml:description> </command:details> <maml:description> <maml:para>DSL (Domain Specific Language) search API</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DslSearch</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Query</maml:name> <maml:Description> <maml:para>Search query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Query</maml:name> <maml:Description> <maml:para>Search query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SearchResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DslSearch -query "query_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DslSearch with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DslSearch -query "query_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DslSearch with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSearchReconcileStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSearchReconcileStatus</command:noun> <maml:description> <maml:para>API to get the search reconciliation status</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API will provide the search reconciliation status </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSearchReconcileStatus</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Reconciliation use case</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Reconciliation use case</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SearchReconcileStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSearchReconcileStatus -action "COMPLETE_REINDEXING" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSearchReconcileStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSearchReconcileStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSearchReconcileStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-QuerySearch</command:name> <command:verb>Invoke</command:verb> <command:noun>QuerySearch</command:noun> <maml:description> <maml:para>Full text search API</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Full text search API</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-QuerySearch</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Query</maml:name> <maml:Description> <maml:para>Search query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Query</maml:name> <maml:Description> <maml:para>Search query</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SearchResponse</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-QuerySearch -query "query_example" -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -sortAscending $true -sortBy "sortBy_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-QuerySearch with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-QuerySearch -query "query_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-QuerySearch with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-SearchReconcile</command:name> <command:verb>Invoke</command:verb> <command:noun>SearchReconcile</command:noun> <maml:description> <maml:para>API to reconcile data in the search index</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This API will sync the data in search index based on the use case like upgrade, restore, etc. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-SearchReconcile</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Reconciliation use case</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Override flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>true</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Re-indexing scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Action</maml:name> <maml:Description> <maml:para>Reconciliation use case</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>_Override</maml:name> <maml:Description> <maml:para>Override flag</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>true</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Scope</maml:name> <maml:Description> <maml:para>Re-indexing scope</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-SearchReconcile -action "COMPLETE_REINDEXING" -_Override $true -scope "scope_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SearchReconcile with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-SearchReconcile -action "COMPLETE_REINDEXING" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SearchReconcile with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSecurityLicenseUsageReport</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSecurityLicenseUsageReport</command:noun> <maml:description> <maml:para>Get the security feature license usage report.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the security feature license usage report.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSecurityLicenseUsageReport</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeNodeInfo</maml:name> <maml:Description> <maml:para>Request parameter to include details of all nodes with security features enabled.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludeNodeInfo</maml:name> <maml:Description> <maml:para>Request parameter to include details of all nodes with security features enabled.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>false</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Source</maml:name> <maml:Description> <maml:para>Data source type.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityLicenseUsageReport</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSecurityLicenseUsageReport -includeNodeInfo $false -source "realtime" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSecurityLicenseUsageReport with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSecurityLicenseUsageReport </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSecurityLicenseUsageReport with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetSecurityLicenseUsageReportInCsvFormat</command:name> <command:verb>Invoke</command:verb> <command:noun>GetSecurityLicenseUsageReportInCsvFormat</command:noun> <maml:description> <maml:para>Get the security feature license usage report in CSV format.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the security feature license usage report in CSV format. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetSecurityLicenseUsageReportInCsvFormat</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.SecurityLicenseUsageReportInCSV</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetSecurityLicenseUsageReportInCsvFormat </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSecurityLicenseUsageReportInCsvFormat with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetSecurityLicenseUsageReportInCsvFormat </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetSecurityLicenseUsageReportInCsvFormat with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-CreateSensorRegistrationToken</command:name> <command:verb>Invoke</command:verb> <command:noun>CreateSensorRegistrationToken</command:noun> <maml:description> <maml:para>Create sensor registration access token</maml:para> </maml:description> </command:details> <maml:description> <maml:para>The privileges of the registration token will be user with sensor role.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-CreateSensorRegistrationToken</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.RegistrationToken</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-CreateSensorRegistrationToken </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateSensorRegistrationToken with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-CreateSensorRegistrationToken </dev:code> <dev:remarks> <maml:para>Invoking Invoke-CreateSensorRegistrationToken with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-NsxListTasks</command:name> <command:verb>Invoke</command:verb> <command:noun>NsxListTasks</command:noun> <maml:description> <maml:para>Get information about all tasks</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about all tasks</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-NsxListTasks</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RequestUri</maml:name> <maml:Description> <maml:para>Request URI(s) to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Status</maml:name> <maml:Description> <maml:para>Status(es) to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>User</maml:name> <maml:Description> <maml:para>Names of users to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Cursor</maml:name> <maml:Description> <maml:para>Opaque cursor to be used for getting next page of records (supplied by current result page)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>IncludedFields</maml:name> <maml:Description> <maml:para>Comma separated list of fields that should be included in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>PageSize</maml:name> <maml:Description> <maml:para>Maximum number of results to return in this page (server may return fewer)</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">ulong?</command:parameterValue> <dev:type> <maml:name>ulong?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>1000</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>RequestUri</maml:name> <maml:Description> <maml:para>Request URI(s) to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortAscending</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">bool?</command:parameterValue> <dev:type> <maml:name>bool?</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>SortBy</maml:name> <maml:Description> <maml:para>Field by which records are sorted</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>Status</maml:name> <maml:Description> <maml:para>Status(es) to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>User</maml:name> <maml:Description> <maml:para>Names of users to include in query result</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TaskListResult</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-NsxListTasks -cursor "cursor_example" -includedFields "includedFields_example" -pageSize 1000L -requestUri "requestUri_example" -sortAscending $true -sortBy "sortBy_example" -status "status_example" -user "user_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-NsxListTasks with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-NsxListTasks </dev:code> <dev:remarks> <maml:para>Invoking Invoke-NsxListTasks with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadTaskProperties</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadTaskProperties</command:noun> <maml:description> <maml:para>Get information about the specified task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get information about the specified task</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadTaskProperties</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TaskId</maml:name> <maml:Description> <maml:para>ID of task to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TaskId</maml:name> <maml:Description> <maml:para>ID of task to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.TaskProperties</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadTaskProperties -taskId "taskId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTaskProperties with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadTaskProperties -taskId "taskId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTaskProperties with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-ReadTaskResult</command:name> <command:verb>Invoke</command:verb> <command:noun>ReadTaskResult</command:noun> <maml:description> <maml:para>Get the response of a task</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get the response of a task</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-ReadTaskResult</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TaskId</maml:name> <maml:Description> <maml:para>ID of task to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>TaskId</maml:name> <maml:Description> <maml:para>ID of task to read</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Object</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-ReadTaskResult -taskId "taskId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTaskResult with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-ReadTaskResult -taskId "taskId_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-ReadTaskResult with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-AsyncVCFLicenses</command:name> <command:verb>Invoke</command:verb> <command:noun>AsyncVCFLicenses</command:noun> <maml:description> <maml:para>Trigger to query VCF licenses from all registered vCenters asynchronous </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Trigger to query VCF licenses from all registered vCenters and update licenses in NSX in an asynchronous manner. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-AsyncVCFLicenses</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-AsyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AsyncVCFLicenses with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-AsyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-AsyncVCFLicenses with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-DeprecatedSyncVCFLicenses</command:name> <command:verb>Invoke</command:verb> <command:noun>DeprecatedSyncVCFLicenses</command:noun> <maml:description> <maml:para>Synchronize VCF licenses from all registered vCenters </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Synchronize VCF licenses from all registered vCenters and update licenses in NSX. This API will not return synchronized VCF licenses and just update them in NSX. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-DeprecatedSyncVCFLicenses</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-DeprecatedSyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeprecatedSyncVCFLicenses with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-DeprecatedSyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-DeprecatedSyncVCFLicenses with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetAsyncVCFLicensesStatus</command:name> <command:verb>Invoke</command:verb> <command:noun>GetAsyncVCFLicensesStatus</command:noun> <maml:description> <maml:para>Get status of asynchronous query operation</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get status of asynchronous VCF licenses query operation. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetAsyncVCFLicensesStatus</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AsyncOperationStatus</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetAsyncVCFLicensesStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAsyncVCFLicensesStatus with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetAsyncVCFLicensesStatus </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetAsyncVCFLicensesStatus with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-SyncVCFLicenses</command:name> <command:verb>Invoke</command:verb> <command:noun>SyncVCFLicenses</command:noun> <maml:description> <maml:para>Synchronize VCF licenses from all registered vCenters </maml:para> </maml:description> </command:details> <maml:description> <maml:para>Synchronize VCF licenses from all registered vCenters and update licenses in NSX. This API will not return synchronized VCF licenses and just update them in NSX. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-SyncVCFLicenses</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-SyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SyncVCFLicenses with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-SyncVCFLicenses </dev:code> <dev:remarks> <maml:para>Invoking Invoke-SyncVCFLicenses with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVersionWhitelist</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVersionWhitelist</command:noun> <maml:description> <maml:para>Get the version whitelist</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get whitelist of versions for different components</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVersionWhitelist</maml:name> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AcceptableComponentVersionList</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVersionWhitelist </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVersionWhitelist with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVersionWhitelist </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVersionWhitelist with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-GetVersionWhitelistByComponent</command:name> <command:verb>Invoke</command:verb> <command:noun>GetVersionWhitelistByComponent</command:noun> <maml:description> <maml:para>Get the version whitelist for the specified component</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Get whitelist of versions for a component. Component can include HOST, EDGE, CCP, MP</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-GetVersionWhitelistByComponent</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.AcceptableComponentVersion</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>Invoke-GetVersionWhitelistByComponent -componentType "componentType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVersionWhitelistByComponent with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>Invoke-GetVersionWhitelistByComponent -componentType "componentType_example" </dev:code> <dev:remarks> <maml:para>Invoking Invoke-GetVersionWhitelistByComponent with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Invoke-UpdateVersionWhitelist</command:name> <command:verb>Invoke</command:verb> <command:noun>UpdateVersionWhitelist</command:noun> <maml:description> <maml:para>Update the version whitelist for the specified component type</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Update the version whitelist for the specified component type (HOST, EDGE, CCP, MP).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Invoke-UpdateVersionWhitelist</maml:name> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VersionList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VersionList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>ComponentType</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" aliases="none"> <maml:name>VersionList</maml:name> <maml:Description> <maml:para>No description available.</maml:para> </maml:Description> <command:parameterValue required="true" variableLength="false">VMware.Bindings.Nsx.Policy.Model.VersionList</command:parameterValue> <dev:type> <maml:name>VMware.Bindings.Nsx.Policy.Model.VersionList</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>$VersionList = Initialize-VersionList Invoke-UpdateVersionWhitelist -componentType "componentType_example" -versionList $versionList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVersionWhitelist with all parameters.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>$VersionList = Initialize-VersionList Invoke-UpdateVersionWhitelist -componentType "componentType_example" -versionList $versionList </dev:code> <dev:remarks> <maml:para>Invoking Invoke-UpdateVersionWhitelist with required parameters only.</maml:para> <maml:para></maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Initialize-VersionList</maml:linkText> <maml:uri> </maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-NsxOperation</command:name> <command:verb>Get</command:verb> <command:noun>NsxOperation</command:noun> <maml:description> <maml:para>This cmdlet retrieves the PowerCLI SDK cmdlets that correspond to one or more Nsx API endpoints.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>This cmdlet retrieves the PowerCLI SDK cmdlets that correspond to one or more Nsx API endpoints.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-NsxOperation</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none"> <maml:name>Method</maml:name> <maml:description> <maml:para>The HTTP method to match. Can be any of the following "Get", "Head", "Post", "Delete", "Patch", "Put", "Trace", "Options"</maml:para> </maml:description> <command:parameterValueGroup> <command:parameterValue required="false" command:variableLength="false">Get</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Head</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Post</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Patch</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Put</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Trace</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">Options</command:parameterValue> </command:parameterValueGroup> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="1" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>The path for the API endpoint.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="2" aliases="none"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the operation.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="3" aliases="none"> <maml:name>Tag</maml:name> <maml:description> <maml:para>The tag in the Nsx API specification for the target operation.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none"> <maml:name>Method</maml:name> <maml:description> <maml:para>The HTTP method to match. Can be any of the following "Get", "Head", "Post", "Delete", "Patch", "Put", "Trace", "Options"</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="2" aliases="none"> <maml:name>Name</maml:name> <maml:description> <maml:para>The name of the operation.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="1" aliases="none"> <maml:name>Path</maml:name> <maml:description> <maml:para>The path for the API endpoint.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="true" pipelineInput="False" position="3" aliases="none"> <maml:name>Tag</maml:name> <maml:description> <maml:para>The tag in the Nsx API specification for the target operation.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes /> <command:returnValues> <command:returnValue> <dev:type> <maml:name>VMware.Sdk.OpenApi.Cmdlets.ApiOperation</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para></maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Get-NsxOperation -Path '/api/example/operation1'</dev:code> <dev:remarks> <maml:para>This is an example of how to retrieve the Invoke-* cmdlet which corresponds to /api/example/operation1</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Get-NsxOperation -Path '/api/example/operation1' -Method Post</dev:code> <dev:remarks> <maml:para>This is an example of how to retrieve the Invoke-* cmdlet which corresponds to the Post method on /api/example/operation1</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 3 --------------------------</maml:title> <dev:code>PS C:\> Get-NsxOperation -Path '/api/example/*' -Method Post</dev:code> <dev:remarks> <maml:para>This is an example of how to retrieve all Invoke-* cmdlets which correspond to the Post methods on all endpoints under /api/example</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 4 --------------------------</maml:title> <dev:code>PS C:\> Get-NsxOperation -Path '/api/example/*/operation2'</dev:code> <dev:remarks> <maml:para>This is an example of how to escape dynamic subsections of an API path like entity identifiers. In this example the path contains an identifier that is not in its last segment - /api/example/{id}/operation2</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks /> </command:command> </helpItems> |